summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author neSneSgB <ticontro@mailbox.org>2021-05-06 09:17:11 -0700
committer GitHub <noreply@github.com>2021-05-07 02:17:11 +1000
commit05afa5bfbccebfe7fa56709b49792b658376e83e (patch)
tree3b35fa07795c1bbf88643c3f7c5eeb8055900a75 /src/mame/drivers
parentfab84e8d2b9177e11d334a82892dc554d128052b (diff)
namcos1.cpp: Corrected labels for Galaga '88 PRG6 and PRG7 ROMs. (#8031)
PRG6 and PRG7 EEPROMs on this US Galaga '88 are marked as "G82", while the rest of the ROMs have "G81" as expected. Checksums are no different.
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/namcos1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/namcos1.cpp b/src/mame/drivers/namcos1.cpp
index d503c3a453e..ff21ab1f1de 100644
--- a/src/mame/drivers/namcos1.cpp
+++ b/src/mame/drivers/namcos1.cpp
@@ -1614,8 +1614,8 @@ ROM_START( galaga88 )
/* 180000-1fffff empty */
/* 200000-27ffff empty */
ROM_LOAD_512( "g81_p5.bin", 0x280000, CRC(4fbd3f6c) SHA1(40d8dadc0a36b4c1886778cfc8d380a34aea2505) )
- ROM_LOAD_512( "g8x_p6.bin", 0x300000, CRC(403d01c1) SHA1(86109087b10c4fbcc940df6a84f7546de56303d2) ) /* Unknown number for the "x" */
- ROM_LOAD_512( "g8x_p7.bin", 0x380000, CRC(df75b7fc) SHA1(cb810e7ba05bd8e873559e529e25a99adbf6307d) ) /* Unknown number for the "x" */
+ ROM_LOAD_512( "g82_p6.bin", 0x300000, CRC(403d01c1) SHA1(86109087b10c4fbcc940df6a84f7546de56303d2) ) /* Confirmed "G82" on original US PCB */
+ ROM_LOAD_512( "g82_p7.bin", 0x380000, CRC(df75b7fc) SHA1(cb810e7ba05bd8e873559e529e25a99adbf6307d) ) /* Confirmed "G82" on original US PCB */
ROM_REGION( 0x1000, "mcu", 0 ) /* MCU internal ROM */
ROM_LOAD( "cus64-64a1.mcu", 0x0000, 0x1000, CRC(ffb5c0bd) SHA1(7a38c0cc2553c627f4ec507fb6e807cf7d537c02) ) /* internal 63701 MCU code */