Previous 199869 Revisions Next

r30681 Monday 26th May, 2014 at 21:10:10 UTC by Andreas Naive
Tagged the new reconstructed key as BAD_DUMP for my peace of mind (nw)
[src/mame/drivers]segas16b.c

trunk/src/mame/drivers/segas16b.c
r30680r30681
33793379   ROM_LOAD16_BYTE( "epr-11490.a2", 0x020001, 0x10000, CRC(38cb3a41) SHA1(1d74cc69907cdff2d85e965b80bf3f551465257e) )
33803380
33813381   ROM_REGION( 0x2000, "maincpu:key", 0 ) // decryption key
3382   ROM_LOAD( "317-0059.key", 0x0000, 0x2000, CRC(14ce2a94) SHA1(bbf206311ac744c2b4845b33095c5a9bf8fe2014) )
3382   // reconstructed key; some of the RNG-independent bits could be incorrect
3383   ROM_LOAD( "317-0059.key", 0x0000, 0x2000, BAD_DUMP CRC(14ce2a94) SHA1(bbf206311ac744c2b4845b33095c5a9bf8fe2014) )
33833384
33843385   ROM_REGION( 0x30000, "gfx1", 0 ) // tiles
33853386   ROM_LOAD( "epr-11493.b9",  0x00000, 0x10000, CRC(654485d9) SHA1(b431270564c4e33fd70c8c85af1fcbff8b59ba49) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team