Previous 199869 Revisions Next

r32599 Thursday 9th October, 2014 at 14:00:54 UTC by David Haywood
change note (nw)
[src/mame/drivers]arkanoid.c

trunk/src/mame/drivers/arkanoid.c
r32598r32599
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??
1383   // the handcrafted value at 0x351 (0x9ddb) seems incorrect compared to other sets? (but it appears the value is never used, and the data it would usually point to does not exist in the program rom?)
13841384   ROM_LOAD( "a75-23.ic14",  0x0000, 0x0800, BAD_DUMP CRC(0a4abef6) SHA1(fdce0b7a2eab7fd4f1f4fc3b93120b1ebc16078e)  ) /* Hand crafted, need the decapped data here */
13851385
13861386   ROM_REGION( 0x18000, "gfx1", 0 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team