Previous 199869 Revisions Next

r32598 Thursday 9th October, 2014 at 13:32:55 UTC by David Haywood
added handcrafted MCU rom with corrected level table pointer data for the new set to make it work (nw)

note, I think the handcrafted data in arkanoidja has a bad value when compared to the other sets?
[src/mame/drivers]arkanoid.c

trunk/src/mame/drivers/arkanoid.c
r32597r32598
13611361   ROM_LOAD( "a75_25.ic16",   0x8000, 0x8000, CRC(c13b2038) SHA1(0b8197b48e57ffe9ccad0ebbc24891d1da7c9880) )
13621362
13631363   ROM_REGION( 0x0800, "mcu", 0 )  /* 2k for the microcontroller */
1364   ROM_LOAD( "a75-26.ic14",  0x0000, 0x0800, NO_DUMP )
1364   ROM_LOAD( "a75-26.ic14",  0x0000, 0x0800, BAD_DUMP CRC(962960d4) SHA1(64b065a54b1658364db569ac06b717eb7bdd186e) )
13651365
13661366   ROM_REGION( 0x18000, "gfx1", 0 )
13671367   ROM_LOAD( "a75-03.ic64",   0x00000, 0x8000, CRC(038b74ba) SHA1(ac053cc4908b4075f918748b89570e07a0ba5116) )
r32597r32598
13801380   ROM_LOAD( "a75-22.ic16",   0x8000, 0x8000, CRC(3a2688d3) SHA1(9633a661352def3d85f95ca830f6d761b0b5450e) )
13811381
13821382   ROM_REGION( 0x0800, "mcu", 0 )  /* 2k for the microcontroller */
1383   // the handcrafted value at 0x351 (0x9ddb) seems incorrect compared to other sets??
13831384   ROM_LOAD( "a75-23.ic14",  0x0000, 0x0800, BAD_DUMP CRC(0a4abef6) SHA1(fdce0b7a2eab7fd4f1f4fc3b93120b1ebc16078e)  ) /* Hand crafted, need the decapped data here */
13841385
13851386   ROM_REGION( 0x18000, "gfx1", 0 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team