Skip to content

V12.3

Compare
Choose a tag to compare
@sanni sanni released this 10 Feb 16:18
· 546 commits to master since this release

Release notes:

This release changes the default dumping method for N64 ROMs to "fastcrc", which dumps the ROM and calculates the checksum at the same time. Doing both simultaneously is faster but it does not work with all Cart Reader/Mega Pro 2560/SD card combinations.
If you have issues dumping N64 ROMs you can disable fastcrc again by adding // in front of "#define fastcrc" found under HW CONFIGS in Cart_Reader.ino.

Bug Fixes:

  • Fix some kind of overflow when dumping N64 ROM leading to wrongly calculated CRC32
  • Add progress bar to N64 ROM dumping when fastcrc is disabled
  • Fix NES mapper 36 (thx to nsx0r)

Game Fixes:

  • Modify Beggar Prince rev.1 detection method (thx to PsyK0p4T)
  • Add Legend of Wukong support (thx to PsyK0p4T)

Additions:

  • Add support for NeoGeo 16M / 32M Pocket Flash Card (thx to PsyK0p4T)
  • Add support for NeoGeo USB Flash Masta 2 in 1 (thx to PsyK0p4T)

Database:

  • Add Remute - Electronic Lifestyle to PCE database (thx to PsyK0p4T)
  • Turn LED red if CRC32 is not found in database

Update Instructions