@nexusone13 and oddyssey to o2em
Best posts made by Gwyllion
-
RE: [WIP] THEME ALEKFULL (for Recalbox 18.03.16)
Latest posts made by Gwyllion
-
RE: AMIGA CD32 EMULATION - HOW TO -
@voljega first you say CD32 It works with amiga1200 games executed on CD32, not with CD32 games using all the buttons of the pad ....FALSE, after dont work with controllers as 8bitdo or PS3, only X360.... FALSE, I would like to know what is your dark intention not to say to the community that AMIGA CD32 is full emulated with others programmers with a modified code. You should lower your pride and admit it, if you can. Amiga CD32 I tested, Works fine.
On the other hand, you should improve your code and help the community.
Cheers.
PS: No more answer to you, not worth it.
-
RE: AMIGA CD32 EMULATION - HOW TO -
@voljega Are you kidding me ? please avoid your messages not working. If you are not be able to work with, its your problem. Code has been modified to work with other controllers guy. Probably you need to see whats done to learn.
@gaetan https://www.youtube.com/watch?v=Kgmt65ipv3c -
RE: AMIGA CD32 EMULATION - HOW TO -
I will try to put a step by step:
- Take this files: Amiga CD32
- mount -o remount rw /
- Copy lib, recalbox and usr from the file downloaded
- Inside /usr/bin/uaearm/ rename uae4arm-rpiX (X is RPI 2, 3, etc...) for uae4arm
- Copu from file downloaded etc/emulationstation/themes/recalbox to /recalbox/share_init/system/.emulationstation/themes/recalbox
- Add in /recalbox/share_init/system/.emulationstation/es_systems.cfg the following:
<system>
<fullname>AmigaCD32</fullname>
<name>amigacd32</name>
<path>/recalbox/share/roms/amigacd32</path>
<extension>.iso .Iso .ISO</extension>
<command>/usr/bin/uae4arm/scripts/start.sh %ROM%</command>
<platform>amigacd32</platform>
<theme>amigacd32</theme>
<emulators>
<emulator name="uae4arm">
</emulator>
</emulators>
</system>- Be sure you have all the permissions done:
chmod 755 /usr/bin/uae4arm/uae4arm*
chmod 755 /usr/bin/uae4arm/scripts/*
chmod +x /lib/* - Add .iso to /recalbox/share/roms/amigacd32
- Add the CORRECT BIOS to /recalbox/share/bios
5f8924d013dd57a89cf349f4cdedc6b1 kick31CD32.rom
bb72565701b1b6faece07d68ea5da639 CD32ext.rom
Now these makes AmigaCD32 Works fine and smooth on 8bitdo SF30 pro and PS3 controllers.
Cheers!!!
-
RE: Thème NEXT LEVEL
@gaetan of course!!!
Here you have the website where you can follow all the steps for a working 100% full Amiga CD32 with 100% Support Ps3 and 8bitdo controllers. It seems the other guy are very confused..... If you need any help to translate, dont hesitate to contact me again....and then...will you add the Amiga CD32 pics?
-
Change button mapping for ScummVM
Not sure, but I remember in a previous versions I could go to ScummVm menu and have the save and load states. Now no buttom obbey to go there. Any way to change the actual mapping buttons? thanks
-
RE: Thème NEXT LEVEL
@voljega not true, 8bitdo and ps3 controller working smooth. Anyway, thanks. Done my own one for Amiga CD32.
-
RE: Thème NEXT LEVEL
@gaetan not officially, but I have mine working CD32 100%. you can anticÃpate this...;)
-
es_systems.cfg
Hola, desesperado ya que estoy haciendo una imagen y al poner las roms de C64 y X68000 no me aparecÃan en el menú de emulationstation. Pensaba que era un problema de gamelist.xml, pero las he realizado en varias ocasiones con SKraper y con UXS y nada.
He mirado en el es_systems.cfg y...veo que no están c64 y x68000?? (y no entiendo por qué)
Me puede pasar alguien los datos de ambas plataformas? del estilo de:<system>
<fullname>ZXSpectrum</fullname>
<name>zxspectrum</name>
<path>/recalbox/share/roms/zxspectrum</path>
<extension>.tzx .TZX .tap .TAP .z80 .ZX80 .rzx .RZX .scl .SCL .trd .TRD .zip .ZIP</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE%</command>
<platform>zxspectrum</platform>
<theme>zxspectrum</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>fuse</core>
</cores>
</emulator>
</emulators>
</system>Gracias!!