MiSTer-devel / C64_MiSTer

111 stars 57 forks source link

Add rudimentary support for GMod2 #149

Closed MJoergen closed 1 year ago

MJoergen commented 1 year ago

This PR adds support for CRT software cartridge type $3C = 60, which is the GMod2 type.

This fix is tested as part of the repo https://github.com/MJoergen/C64MEGA65.

With this fix, the games "Muddy Racers" and "Wormhole" now work.

The commit only adds support for reading. The write support (to EEPROM and/or Flash) is not implemented.

makigumo commented 1 year ago

So #26 is now obsolete and can be closed?

sorgelig commented 1 year ago

it depends. Games on C64 are not multi-hours to pass, so in 99% saving is not required.

theenemy-thd commented 1 year ago

Many thanks for your work on this.

One question though, do you feel easyflash/gmod2 saving is doable/possible on mister as I feel at least the easyflash is a huge stumbling block on the mister c64 core compared to the othe fpga solutions that do allow the saving

Rgds.

Alex

This PR adds support for CRT software cartridge type $3C = 60, which is the GMod2 type.

This fix is tested as part of the repo https://github.com/MJoergen/C64MEGA65.

With this fix, the games "Muddy Racers" and "Wormhole" now work.

The commit only adds support for reading. The write support (to EEPROM and/or Flash) is not implemented.