Previous 199869 Revisions Next

r25491 Wednesday 2nd October, 2013 at 03:27:23 UTC by David Haywood
use a slightly modified copy of the protection data from another game so we can actually coin up etc. until we have the real data. (nw)
[src/mame/drivers]tumbleb.c

trunk/src/mame/drivers/tumbleb.c
r25490r25491
27982798
27992799   ROM_REGION16_BE( 0x200, "user1", 0 ) /* Data from Shared RAM */
28002800   /* this is not a real rom but instead the data extracted from shared ram, the MCU puts it there */
2801   ROM_LOAD16_WORD( "protdata.bin", 0x00000, 0x200 , BAD_DUMP CRC(0bd39834) SHA1(2860c2b7fcb74546afde11a59d4b359612ab6e68) ) // this is WRONG, taken from Choky Choky, causes game to crash on coin, need real data.
2801   ROM_LOAD16_WORD( "protdata.bin", 0x00000, 0x200 , BAD_DUMP CRC(4b5126de) SHA1(73a80c5b68540fb86231cad658d78b51f2575010) ) // this is hand-crafted from choky choky and hatch catch with 3 jumps adjusted to point to similar code in carket
28022802
28032803   ROM_REGION( 0x040000, "oki", 0 ) /* Samples */
28042804   ROM_LOAD( "27010.uc1", 0x00000, 0x20000, CRC(b825bb9c) SHA1(9e444306e7ac1282871f0132f0137bf7aa87b7e0) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team