I have been using MAME to emulate the X68000 series of computers on GNU/Linux for some time now, but after building latest stable MAME 0.286, the emulated machine boots to an screen where it's asking me to insert a boot disk in japanese language.
This is an example that would work until recent MAME versions and the game would boot fine:
Code: Select all
mame x68000 -flop1 akumajou1.hdmThe disk is detected:
Code: Select all
:upd72065:0:525hd: opened image file /home/manuel/mame/akumajou1.hdm with flags=00000003I have searched low and high, and I can't find this change of behavior documented anywhere.
I know about software lists, but as far as I know, passing "-flop1" is supposed to bypass those.
Any idea on what could be going on?
Thanks!