itech32.cpp: Slightly better documentation (nw)

This commit is contained in:
briantro 2018-01-30 22:33:08 -06:00
parent 5abdc2c290
commit 286649f69e

View File

@ -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 )