trunk/src/mame/drivers/arkanoid.c
| r20607 | r20608 | |
| 1553 | 1553 | ROM_LOAD( "68705p5", 0x0000, 0x0800, NO_DUMP ) // this just provides the 0x200 bytes of code we load in the protdata region by coping it to 0xc600 on startup |
| 1554 | 1554 | |
| 1555 | 1555 | ROM_REGION( 0x200, "protdata", 0 ) |
| 1556 | | ROM_LOAD( "protdata.bin", 0x00000, 0x200, CRC(60c04cae) SHA1(bb20ce34898e47ff072abce5d7b9994b48f4087e) ) /* z80 code changes the last couple of bytes while this is running, todo: get a 'clean' dump */ |
| 1556 | ROM_LOAD( "protdata.bin", 0x00000, 0x200, CRC(a4131c0b) SHA1(5ddbd39c26e1bc9ec5f216e399c09994a23d09a7) ) |
| 1557 | 1557 | |
| 1558 | 1558 | |
| 1559 | 1559 | ROM_REGION( 0x18000, "gfx1", 0 ) |