mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
change note (nw)
This commit is contained in:
parent
9606a1b3ad
commit
cfcf6d8895
@ -1380,7 +1380,7 @@ ROM_START( arkanoidja )
|
||||
ROM_LOAD( "a75-22.ic16", 0x8000, 0x8000, CRC(3a2688d3) SHA1(9633a661352def3d85f95ca830f6d761b0b5450e) )
|
||||
|
||||
ROM_REGION( 0x0800, "mcu", 0 ) /* 2k for the microcontroller */
|
||||
// the handcrafted value at 0x351 (0x9ddb) seems incorrect compared to other sets??
|
||||
// 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?)
|
||||
ROM_LOAD( "a75-23.ic14", 0x0000, 0x0800, BAD_DUMP CRC(0a4abef6) SHA1(fdce0b7a2eab7fd4f1f4fc3b93120b1ebc16078e) ) /* Hand crafted, need the decapped data here */
|
||||
|
||||
ROM_REGION( 0x18000, "gfx1", 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user