Amiga - kpa32/retropie-wiki-cn GitHub Wiki
The Amiga was a family of personal computers released by Commodore in the 1980's and 1990's.
Emulator | Rom Folder | Extension | BIOS | Controller Config |
---|---|---|---|---|
UAE4ALL2, UAE4ARM | amiga | .adf | kick13.rom, kick20.rom, kick31.rom | Hardcoded |
RetroPie now has a brand new UAE4ALL2 emulator - which works much better than the previous one and many games are playable. On a Pi 2, most OCS/ECS games run at full speed.
Accepted File Extensions: .adf
Place your Amiga disks images in
/home/pi/RetroPie/roms/amiga/
The emulator comes with a free AROS rom that will work for running many games and demos.
If you want to use a kickstart 1.3, 2.0, 3.1 rom place your kick13.rom, kick20.rom, kick31.rom files in
/home/pi/RetroPie/BIOS/
These are hardcoded currently. This initial mapping was chosen as it's somewhat similar to MAME, and should mostly work on any controllers that use that input mapping (such as the picade). Joypad/Joystick is currently untested.
in game:
lctrl - joy 1/mouse 1 (button X in gui)
lalt - joy 2/mouse 2 (button Y in gui)
lshift - joy 1 autofire (button A in gui)
z - mouse 1 (button B in gui)
5 - switch input between mouse/joystick
arrow keys - up / down / left / right
F12 and/or [CTRL]+[ESC] - Open emulator menu
Launch it from Emulation Station, and you get the GUI where you can configure disks/roms/memory and insert adf images into the virtual floppy disk drives.
-
Some games work better with the '512Kb Chip' + '512Kb Slow' memory configuration rather than the default A500 '1MB Chip'. If your game crashes or fails to load, change the memory settings in the 'CPU RAM' tab of the UAE4ALL2 GUI.
-
Some games do not work properly if more than one floppy drive is in use. If your game crashes or fails to load try to use just DF0 (change disc image during game if required) and not use DF1, DF2 and DF3.
-
For Raspberry Pi 1 users - make sure you overclock your device. Amiga emulation works much faster when overclocked to maximum. Without overclocking some games do not run at full speed.
Here you will find an application (with GUI) for creating game configuration file (use PC for download, not mobile):
http://s000.tinyupload.com/index.php?file_id=22898544572562431631
and here the necessary configuration files according to different version of UAE4arm:
http://s000.tinyupload.com/index.php?file_id=64687850856486668827
Open "+Start UAE4Arm" and save a profile with random name then open the file and check the number in the parameter "config_version". Rename the correct configuration file previoulsy downloaded in "config.uae" and copy it in program's main folder (overwrite the existing file). It uses the file in order to create games configuration and you can edit it. For default behavior "config.uae" is searching for kickstart 2.04 in
/home/pi/RetroPie/roms/amiga/
renamed in "kick20.rom", so you have to rename your kickstart or edit configuration file. In that folder you have to put the config files created.
Also follow these steps:
sudo nano /etc/emulationstation/es_systems.cfg
and add ".uae" (without quote) on tag for "amiga" emulator:
<extension>.sh .SH .uae</extension>
sudo nano /opt/retropie/configs/amiga/emulators.cfg
and edit the line in this way:
uae4arm="pushd /opt/retropie/emulators/uae4arm/; ./uae4arm -f %ROM%"
Point attention to the floppy image extension: ".adf" or ".adz".
For game with multiple disks rename them in this way:
Game bla bla bla (Disk 1 of N).adf
Game bla bla bla (Disk 2 of N).adf
...
Game bla bla bla (Disk N of N).adf
in other words change ONLY the floppy identifier.
Note: The old script from Mark Dunning has a problem with games with more than 9 floppies (creates others wrong config files) and creates a config file with name like "Game bla bla bla (Disk 1 of N).uae". This new app create only 1 file for a multiple disk game with the exact name of the game
Alternatively, a native BASH script to perform the same steps directly on the RetroPie machine can be found here: https://github.com/Douggernaut/RetroPieAssistant/tree/master/Amiga