So I have been trying to get Amiga to run in RA almost since the first release of the core, but never gotten it to run past the GUI screen and nonboot. I figured now is the time to just simply ask if it is possible at all.
From what I gather, you make a uae file with the config and run that inside the core. However, the instructions for this seems to be specifically for Raspberry pi or other devices based on the folder structures? I’m not really sure how to place the files and how to make the uae point to the right direction.
Here’s the uae file I try to run:
kickstart_rom_file=/storage/system/kick.rom
chipmem_size=4
fastmem_size=4
use_gui=no
nr_floppies=1
cpu_type=68ec020
cpu_speed=real
cpu_compatible=true
ntsc=false
chipset=aga
immediate_blits=false
gfx_linemode=double
gfx_framerate=1
sound_output=normal
sound_frequency=44100
sound_channels=mixed
sound_interpol=none
show_leds=true
floppy_speed=100
gfx_center_vertical=simple
gfx_center_horizontal=simple
gfx_width=640
gfx_height=420
gfx_color_mode=16
joyport0=joy0
floppy0=/storage/roms/amiga/JamesPond2_v1.1_AGA_1354.zip
The files are located in C:/Retroarch etc. Even when I fully type in the path in the floppy0 and such, it gives me the GUI grey screen.