mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
itech32.cpp: Slightly better documentation (nw)
This commit is contained in:
parent
5abdc2c290
commit
286649f69e
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user