summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2018-01-30 22:33:08 -0600
committer briantro <briantro@users.noreply.github.com>2018-01-30 22:33:08 -0600
commit286649f69ec05bac681e6d75fe2dc15f47dbee11 (patch)
tree98b5d5adccf6dcdf3230ad1ca6c686c867f7f71f
parent5abdc2c290be73479d805bdff2b263f394ab190e (diff)
itech32.cpp: Slightly better documentation (nw)
-rw-r--r--src/mame/drivers/itech32.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/itech32.cpp b/src/mame/drivers/itech32.cpp
index 16021bb0c32..2185dbf1caa 100644
--- a/src/mame/drivers/itech32.cpp
+++ b/src/mame/drivers/itech32.cpp
@@ -1800,7 +1800,10 @@ 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 */
+/*
+NOTE: There is known to exist a Time Killer rom board P/N 1049 REV1 that uses 20 4Mbit EPROMs numbered GROM00 through GROM19
+instead of the 4 4Mbit EPROMs and 4 16Mbit MASK ROMs shown below as found on rom board P/N 1051 REV0
+*/
ROM_START( timekill )
ROM_REGION16_BE( 0x80000, "user1", 0 )