summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2017-09-28 11:56:51 -0500
committer briantro <briantro@users.noreply.github.com>2017-09-28 11:56:51 -0500
commit957e1a02b5debaafe945bf53bc5fcc4cb9ba14a8 (patch)
treef55028be8f5d9a8cedde4e763aeed880e12fed24
parent67743b4bdda3d838d5563ea1f324e5280b6b8892 (diff)
targeth.cpp: Include hand written "N" on labels for targetha set (nw)
-rw-r--r--src/mame/drivers/targeth.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/targeth.cpp b/src/mame/drivers/targeth.cpp
index 2e1539bd613..d2be1095d38 100644
--- a/src/mame/drivers/targeth.cpp
+++ b/src/mame/drivers/targeth.cpp
@@ -331,8 +331,8 @@ ROM_END
ROM_START( targetha )
ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 code */
- ROM_LOAD16_BYTE( "th2_c_23.C23", 0x000000, 0x040000, CRC(b99b25dc) SHA1(1bf35b2c05a58f934d06eb6ef93f592d9f16344a) )
- ROM_LOAD16_BYTE( "th2_c_22.C22", 0x000001, 0x040000, CRC(6d34f0cf) SHA1(f44a1231f4fac1f9d443990e8fe2b4aaa3f338be) )
+ ROM_LOAD16_BYTE( "th2_n_c_23.C23", 0x000000, 0x040000, CRC(b99b25dc) SHA1(1bf35b2c05a58f934d06eb6ef93f592d9f16344a) ) // The "N" was hand written
+ ROM_LOAD16_BYTE( "th2_n_c_22.C22", 0x000001, 0x040000, CRC(6d34f0cf) SHA1(f44a1231f4fac1f9d443990e8fe2b4aaa3f338be) ) // The "N" was hand written
ROM_REGION( 0x8000, "gaelco_ds5002fp:sram", 0 ) /* DS5002FP code */
ROM_LOAD( "targeth_ds5002fp.bin", 0x00000, 0x8000, CRC(abcdfee4) SHA1(c5955d5dbbcecbe1c2ae77d59671ae40eb814d30) )