GBA: Add Mega Man Zero override

This commit is contained in:
Jeffrey Pfau 2015-03-23 01:16:15 -07:00
parent 64cbdf8aa0
commit 817dec97c2
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ static const struct GBACartridgeOverride _overrides[] = {
// Mega Man Battle Network
{ "AREE", SAVEDATA_SRAM, HW_NONE, 0x800032E },
// Mega Man Zero
{ "AZCE", SAVEDATA_SRAM, HW_NONE, 0x80004E8 },
// Metal Slug Advance
{ "BSME", SAVEDATA_EEPROM, HW_NONE, 0x8000290 },