MiSTer-devel / Minimig-AGA_MiSTer

139 stars 54 forks source link

Can't load Kickstart from subdir #12

Closed tvierling closed 5 years ago

tvierling commented 5 years ago

Most cores allow loading system ROM images from any directory, defaulting to the core's subdir ("Minimig" in this case). This core is requiring that they be in the root directory only.

Don't know how difficult this is to implement, but it would be a nice decluttering of the root directory since I switch between multiple Kickstart versions.

nretro commented 5 years ago

I have all my ROMs in a zip file named /media/fat/Amiga/Kickstarts.zip. Default directories are root and root/Amiga, but it is definitely possible to load it from most directories. Haven't checked if there are some exceptions.

tvierling commented 5 years ago

Ah, that's different from most cores, which use their basename as the default subdir (which in this case is implied to be "Minimig" rather than "Amiga"). The file selector for Kickstart doesn't provide directory up/down navigation like other file selectors, so I wasn't able to go into "Minimig" to select something.

Definitely worth adding to the top level README.md: default file selector subdir is "Amiga".

nretro commented 5 years ago

OK, right... it has to go into the "Amiga" directory. I completely forgot that. The Wiki is out of date. There are many things we should add.That's on my todo list for winter.