Previous 199869 Revisions Next

r22584 Saturday 27th April, 2013 at 22:48:34 UTC by Brian Troha
taitotz.c: Try it again and actually insert the "E" in rom labels were they belong. - NW
[src/mame/drivers]taitotz.c

trunk/src/mame/drivers/taitotz.c
r22583r22584
8282LC321664AM-80 (1Meg (65536 words x 16bits) DRAM)
838374HC4040A (12-Stage Binary Ripple Counter)
8484
8574-07.IC6 & 74-08.IC8 are the OKI samples and are indentical
8674-06.IC2 is the TMP95C063 program code.
85E74-07.IC6 & E74-08.IC8 are the OKI samples and are indentical
86E74-06.IC2 is the TMP95C063 program code.
8787
8888
8989
r22583r22584
28142814   ROM_LOAD( "e68-01.ic7", 0x000000, 0x010000, NO_DUMP )
28152815
28162816   ROM_REGION( 0x20000, "io_cpu2", 0 ) // another TMP95C063F, not hooked up yet
2817   ROM_LOAD( "74-06.ic2", 0x000000, 0x020000, CRC(cd4a99d3) SHA1(ea280e05a68308c1c5f1fc0ee8a25b33923df635) )
2817   ROM_LOAD( "e74-06.ic2", 0x000000, 0x020000, CRC(cd4a99d3) SHA1(ea280e05a68308c1c5f1fc0ee8a25b33923df635) ) // located on the I/O PCB
28182818
28192819   ROM_REGION( 0x20000, "oki1", 0 )
2820   ROM_LOAD( "74-07.ic6", 0x000000, 0x020000, CRC(ca5baccc) SHA1(4594b7a6232b912d698fff053f7e3f51d8e1bfb6) )
2820   ROM_LOAD( "e74-07.ic6", 0x000000, 0x020000, CRC(ca5baccc) SHA1(4594b7a6232b912d698fff053f7e3f51d8e1bfb6) ) // located on the I/O PCB
28212821
28222822   ROM_REGION( 0x20000, "oki2", 0 )
2823   ROM_LOAD( "74-08.ic8", 0x000000, 0x020000, CRC(ca5baccc) SHA1(4594b7a6232b912d698fff053f7e3f51d8e1bfb6) )
2823   ROM_LOAD( "e74-08.ic8", 0x000000, 0x020000, CRC(ca5baccc) SHA1(4594b7a6232b912d698fff053f7e3f51d8e1bfb6) ) // located on the I/O PCB
28242824
28252825   DISK_REGION( "drive_0" )
28262826   DISK_IMAGE( "pwrshovl", 0, SHA1(360f63b39f645851c513b4644fb40601b9ba1412) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team