wizzomafizzo / MiSTer_GamesMenu

Launch games from the MiSTer menu
MIT License
23 stars 5 forks source link

Amiga (MiniMig core) ADFs don't mount on boot #17

Open TheTurtleIsHungry opened 3 weeks ago

TheTurtleIsHungry commented 3 weeks ago

Thank you for an invaluable addon to MiSTer!

I have a couple of problems to report with the Amiga core and your script. The GamesMenu script finds the disk images (ADFs) and adds them properly to the core list, but when booting into one of those games, the disk isn't mounted into df0.

I'm not sure if the problems are on your side, or on the core itself. The core is unique in that it seems to need the images placed in the root (\amiga), rather than the typical games folder (\games\amiga) - maybe that's related?

TheTurtleIsHungry commented 3 weeks ago

It seems to be because it puts the wrong path in - For files in the root Amiga folder, It generates this: <file delay="1" type="f" index="0" path="media/fat/Amiga/..... but in order to boot it needs to be this: <file delay="1" type="f" index="0" path="../../../../media/fat/Amiga/.....