Previous 199869 Revisions Next

r20608 Wednesday 30th January, 2013 at 00:52:51 UTC by David Haywood
cleaned up protection data (verified on board)
[src/mame/drivers]arkanoid.c

trunk/src/mame/drivers/arkanoid.c
r20607r20608
15531553   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
15541554
15551555   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) )
15571557
15581558
15591559   ROM_REGION( 0x18000, "gfx1", 0 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team