Homepage Forums RetroPie Project Everything else related to the RetroPie Project starting vic-20 games directly frome ES – got it working :) Reply To: starting vic-20 games directly frome ES – got it working :)

#115359
labelwhore
Participant

I’m working on breaking out C-128 tonight using the method I posted above. If anyone’s interested, here’s the emulators.cfg file that I’m playing with. I’m just toggling the various command line options for each image type. You have to play around with the emulator setting for each rom individually. There weren’t many games for the 128, so it’s not that big of a deal. There are some homebrews out there though.

vice-x128-stndrd="/opt/retropie/emulators/vice/bin/x128 %ROM%"
default="vice-x128-stndrd"
vice-x128-prgmode="/opt/retropie/emulators/vice/bin/x128 -autostartprgmode %ROM%"
vice-x128-autoload="/opt/retropie/emulators/vice/bin/x128 -autoload %ROM%"
vice-x128-cartcrt="/opt/retropie/emulators/vice/bin/x128 -cartcrt %ROM%"
vice-x128-cartap="/opt/retropie/emulators/vice/bin/x128 -cartap %ROM%"
vice-x128-auto="/opt/retropie/emulators/vice/bin/x128 -autostart %ROM%"

Edit: The attached is messed up. Use the code above.