summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2018-01-30 22:27:09 -0600
committer briantro <briantro@users.noreply.github.com>2018-01-30 22:27:09 -0600
commit93a61208edf36b6c6d730ec9675fc18eff41c5e3 (patch)
tree76c2ccc6f0365d9c03c7184c7b5a574aadd152c4
parent577f0708a16c692c4e84806505ebeb1b7196e8e2 (diff)
itech32.cpp: Document alt ROM board for Time Killers (nw)
-rw-r--r--src/mame/drivers/itech32.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/itech32.cpp b/src/mame/drivers/itech32.cpp
index 690c2f8368a..16021bb0c32 100644
--- a/src/mame/drivers/itech32.cpp
+++ b/src/mame/drivers/itech32.cpp
@@ -1800,6 +1800,8 @@ MACHINE_CONFIG_END
#undef CODE_SIZE
#define CODE_SIZE 0x0400000
+/* NOTE: There is known to exist a Time Killer rom board P/N 1049 REV1 that uses 20 4Mbit EPROMs instead of 4 4Mbit EPROMs and 4 16Mbit MASK ROMs as shown below */
+
ROM_START( timekill )
ROM_REGION16_BE( 0x80000, "user1", 0 )
ROM_LOAD16_BYTE( "tk00_v1.32_u54.u54", 0x00000, 0x40000, CRC(68c74b81) SHA1(acdf677f82d7428acc6cf01076d43dd6330e9cb3) ) /* Labeled TK00 V1.32 (U54) */