mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
itech32.cpp: Document alt ROM board for Time Killers (nw)
This commit is contained in:
parent
577f0708a1
commit
93a61208ed
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user