namcops2.cpp: added dump of Time Crisis 3 V291 I/O board [Darksoft, Mitsurugi]

This commit is contained in:
MetalliC 2017-10-31 02:03:29 +02:00
parent 4beede1983
commit c915ce57a2

View File

@ -1312,6 +1312,9 @@ ROM_START( timecrs3 )
DISK_REGION("dvd")
DISK_IMAGE_READONLY( "tst1dvd0", 0, SHA1(f8a447d9a4224282516bea590f5217c751bdc4ae) )
ROM_REGION(0x40000, "iocpu", 0) // NAMCO V291 I/O PCB, HD643334 H8/3334 MCU code
ROM_LOAD("tss-iopc.ic3", 0x000000, 0x040000, CRC(bb112fe0) SHA1(6fa5dc81d258137c1b1ad427d49d136d0bbf53fa) )
ROM_END
ROM_START( timecrs3e )
@ -1324,6 +1327,9 @@ ROM_START( timecrs3e )
DISK_REGION("dvd")
DISK_IMAGE_READONLY( "tst1dvd0", 0, SHA1(f8a447d9a4224282516bea590f5217c751bdc4ae) )
ROM_REGION(0x40000, "iocpu", 0) // NAMCO V291 I/O PCB, HD643334 H8/3334 MCU code
ROM_LOAD("tss-iopc.ic3", 0x000000, 0x040000, CRC(bb112fe0) SHA1(6fa5dc81d258137c1b1ad427d49d136d0bbf53fa) )
ROM_END
ROM_START( zgundmdx )