diff options
| author | 2025-09-18 22:59:28 +0800 | |
|---|---|---|
| committer | 2025-09-19 00:59:28 +1000 | |
| commit | 7c58a5147b2b132e1e91c1271a23c5f2b5c8d7cc (patch) | |
| tree | da484dbd679926d195ee0ab4dba6fe514d86112d | |
| parent | 01e30634dad3a35175338e5b46d3f8aa777dc97f (diff) | |
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.
| -rw-r--r-- | src/mame/konami/mystwarr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/mystwarr.cpp b/src/mame/konami/mystwarr.cpp index 474b84963cc..6d073a0abbc 100644 --- a/src/mame/konami/mystwarr.cpp +++ b/src/mame/konami/mystwarr.cpp @@ -2353,7 +2353,7 @@ ROM_START( mmaulersu ) ROM_LOAD("170a15.2m", 0x200000, 0x200000, CRC(d4113ae9) SHA1(e234d06f462e3db64455c384c2f42174f9ef9c6a) ) ROM_REGION( 0x80, "eeprom", 0 ) // default EEPROM to prevent game booting upside down with error - ROM_LOAD( "mmaulers.nv", 0x0000, 0x080, CRC(8324f517) SHA1(4697d091a1924e1a5d6c3ffc64a40fd36eebe557) ) + ROM_LOAD( "mmaulersu.nv", 0x0000, 0x080, CRC(dce91748) SHA1(17b2c2b5b699d3e875c6e2e3dbd81401ca3517d4) ) ROM_END |
