wizzomafizzo / MiSTer_GamesMenu

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

C64 core: support for disk and tape images #19

Open TheTurtleIsHungry opened 2 months ago

TheTurtleIsHungry commented 2 months ago

The support for prg files works well, but it would be nice to also support disk/tape images (d64, g64, t64, and d81). - while disk images don't autoload, if it could mount them in the disk drive, then all users have to do is run the standard comments (load "*",8,1 followed by run)

(hopefully we can get the core team to support disk autoloading eventually)

TheTurtleIsHungry commented 2 months ago

A little experimentation showed this can be achieved if you change the c64 config to: ( "C64", "_Computer/C64", ( ({".prg", ".crt", ".reu", ".tap"}, 1, "f", 1), ({".d64", ".t64", ".g64", ".d81"}, 1, "s", 0), ) ),

wizzomafizzo commented 1 month ago

Hi. Would you mind making a pull request for these changes? This way you will get proper credit for them in the repo.