The problem is here
+ state.mem_range = NULL;
+ emu_file f(OPEN_FLAG_READ);
+ filerr = f.open("hiscore", ".dat");
If I try mame with command line, like this
mame /roms/1943.zip -> No problem with Highscore
But behind Cabrio the file hiscore.dat seems never open ...
So, in Livemamecab I changed this mame's line by
f.open("/games/roms/hiscore", ".dat");
And it works
Fred
This is not specially related with Livemamecab