I'm trying to set the path to the rom directory in mame to an external HD, the line in mame.ini config is
rompath $HOME/mame/roms
this works for the roms in the HD but when I try to add the path to the HD
rompath $HOME/mame/roms;/media/nestor/TOSHIBA\ EXT/mame/roms
I don't get any results. I've tried '/media/nestor/TOSHIBA EXT/mame/roms' also with "" or with the HD path alone.
Is there another path name for this HD I could be trying? There's nothing in mnt
This is obviously not a major problem I'll end up copying the roms to the HD folder but it's annoying I can't even get such a basic task done in linux :)