Not all emus support launching via command line butBender33 said:qbertaddict,
Thanks for the info!
I have been able to get that to work, but I want to go a step further and get a specific rom to load
any ideas on that?
exec ./PicoDrive.gpe "/mnt/sd/PicoDrive/Dragon's Lair.iso"
hmn said:You need to quote arguments that contain spaces:
Without the quotes, the file name is interpreted as two arguments "/mnt/sd/PicoDrive/Dragon's" and "Lair.iso".Code:exec ./PicoDrive.gpe "/mnt/sd/PicoDrive/Dragon's Lair.iso"
Also make sure you use Unix line endings for the gpe/gpu file (ie you can't use Notepad to write it).