Skip to content

Instantly share code, notes, and snippets.

@DocMAX
Last active February 10, 2019 18:20
Show Gist options
  • Save DocMAX/4236d2dfa2cebfb273c34465e566c8c4 to your computer and use it in GitHub Desktop.
Save DocMAX/4236d2dfa2cebfb273c34465e566c8c4 to your computer and use it in GitHub Desktop.
create config
retroarch -f -L /usr/lib/libretro/puae_libretro.so /dev/stdin <<EOF
use_gui=no
show_leds=true
chipmem_size=1
bogomem_size=0
fastmem_size=2
gfx_center_vertical=simple
gfx_center_horizontal=simple
#gfx_width=640
#gfx_height=420
floppy_speed=800
sound_channels=mixed
kickstart_rom_file=/home/docmax/.config/retroarch/system/kick34005.A500
nr_floppies=$(ls -1q /tmp/puae/ | wc -l)
for file in /tmp/puae/*; do echo floppy$((i++))=$file; done
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment