Open TheTurtleIsHungry opened 4 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), ) ),
Hi. Would you mind making a pull request for these changes? This way you will get proper credit for them in the repo.
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)