Skip to content

Commit

Permalink
Added support for "Sonic 3D Blast 5"
Browse files Browse the repository at this point in the history
  • Loading branch information
bardeci authored Oct 21, 2021
1 parent 45b9ea7 commit b333155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgambatte/src/mem/cartridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ LoadRes Cartridge::loadROM(std::string const &romfile,
case 0x1E: type = type_mbc5; break;
case 0x20: return LOADRES_UNSUPPORTED_MBC_MBC6;
case 0x22: return LOADRES_UNSUPPORTED_MBC_MBC7;
case 0xEA: type = type_mbc1; break; // Hack to accept 0xEA as a MBC1 (Sonic 3D Blast 5)
case 0xFC: return LOADRES_UNSUPPORTED_MBC_POCKET_CAMERA;
case 0xFD: return LOADRES_UNSUPPORTED_MBC_TAMA5;
case 0xFE: return LOADRES_UNSUPPORTED_MBC_HUC3;
Expand Down

0 comments on commit b333155

Please sign in to comment.