Previous 199869 Revisions Next

r31848 Saturday 30th August, 2014 at 23:39:28 UTC by Brian Troha
arkanoid.c: Add a note about an undumped Arkanoid set - NW
[src/mame/drivers]arkanoid.c

trunk/src/mame/drivers/arkanoid.c
r31847r31848
13921392   ROM_LOAD( "a75-09.ic23",    0x0400, 0x0200, CRC(a7c6c277) SHA1(adaa003dcd981576ea1cc5f697d709b2d6b2ea29) )  /* blue component */
13931393ROM_END
13941394
1395/* There is known to exist an undumped Arkanoid set that sits between the arkanoidj & arkatour sets rom number wise:
1396
1397   A75-24.IC17 - Program roms
1398   A75-25.IC16 /
1399   A75-26.IC14 - MCU
1400*/
1401
13951402ROM_START( arkatour )
13961403   ROM_REGION( 0x10000, "maincpu", 0 )
13971404   ROM_LOAD( "a75-27.ic17",   0x0000, 0x8000, CRC(e3b8faf5) SHA1(4c09478fa41881fa89ee6afb676aeb780f17ac2e) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team