trunk/src/mame/drivers/arkanoid.c
| r31847 | r31848 | |
| 1392 | 1392 | ROM_LOAD( "a75-09.ic23", 0x0400, 0x0200, CRC(a7c6c277) SHA1(adaa003dcd981576ea1cc5f697d709b2d6b2ea29) ) /* blue component */ |
| 1393 | 1393 | ROM_END |
| 1394 | 1394 | |
| 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 | |
| 1395 | 1402 | ROM_START( arkatour ) |
| 1396 | 1403 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1397 | 1404 | ROM_LOAD( "a75-27.ic17", 0x0000, 0x8000, CRC(e3b8faf5) SHA1(4c09478fa41881fa89ee6afb676aeb780f17ac2e) ) |