From 20161867b8c1e4c2924fda76105ffa15686a526a Mon Sep 17 00:00:00 2001 From: David Haywood Date: Wed, 30 Jan 2013 00:52:51 +0000 Subject: [PATCH] cleaned up protection data (verified on board) --- src/mame/drivers/arkanoid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/arkanoid.c b/src/mame/drivers/arkanoid.c index a734ed1c719..434f4d66557 100644 --- a/src/mame/drivers/arkanoid.c +++ b/src/mame/drivers/arkanoid.c @@ -1553,7 +1553,7 @@ ROM_START( brixian ) 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 ROM_REGION( 0x200, "protdata", 0 ) - 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 */ + ROM_LOAD( "protdata.bin", 0x00000, 0x200, CRC(a4131c0b) SHA1(5ddbd39c26e1bc9ec5f216e399c09994a23d09a7) ) ROM_REGION( 0x18000, "gfx1", 0 )