Skip to content

Commit 7c58a51

Browse files
authored
konami/mystwarr.cpp: Corrected default NVRAM content for Monster Maulers UAA. (#14176) [sjy96525]
The game gets stuck in a boot loop with the incorrect content.
1 parent 01e3063 commit 7c58a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mame/konami/mystwarr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ ROM_START( mmaulersu )
23532353
ROM_LOAD("170a15.2m", 0x200000, 0x200000, CRC(d4113ae9) SHA1(e234d06f462e3db64455c384c2f42174f9ef9c6a) )
23542354

23552355
ROM_REGION( 0x80, "eeprom", 0 ) // default EEPROM to prevent game booting upside down with error
2356-
ROM_LOAD( "mmaulers.nv", 0x0000, 0x080, CRC(8324f517) SHA1(4697d091a1924e1a5d6c3ffc64a40fd36eebe557) )
2356+
ROM_LOAD( "mmaulersu.nv", 0x0000, 0x080, CRC(dce91748) SHA1(17b2c2b5b699d3e875c6e2e3dbd81401ca3517d4) )
23572357
ROM_END
23582358

23592359

0 commit comments

Comments
 (0)