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) */