mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
pasha2.cpp: redumped pal for zdrum [xuserv]
snowbros.cpp: corrected PCB markings for ballboy3p
This commit is contained in:
parent
ce76a15148
commit
251389765d
@ -593,7 +593,7 @@ ROM_START( zdrum )
|
||||
ROM_LOAD( "um53.bin", 0x00000, 0x80000, CRC(372022da) SHA1(809d103bdb365c9ff9e32b6a3032040b6a91ce88) ) // MBM29F040A
|
||||
|
||||
ROM_REGION( 0x117, "plds", 0 )
|
||||
ROM_LOAD( "u507.bin", 0x000, 0x117, CRC(c89d2f52) SHA1(f9d52d9c42ef95b7b85bbf6d09888ebdeac11fd3) ) // PALCE16V8H, mostly 1, protected?
|
||||
ROM_LOAD( "u507.bin", 0x000, 0x117, CRC(681ddf27) SHA1(0f9696918e512eb3840750c9386b4312a9e937ab) ) // PALCE16V8H
|
||||
|
||||
DISK_REGION( "ide:0:hdd:image" ) // should contain the songs
|
||||
DISK_IMAGE( "zdrum", 0, NO_DUMP )
|
||||
|
@ -2783,7 +2783,7 @@ ROM_START( ballboy )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( ballboy3p ) //PCB etched JOYCUS10 (or JOYCU510) 2081627 (0, 6 and 8 aren't clearly readable)
|
||||
ROM_START( ballboy3p ) //PCB etched JOYCUS1B and 2001927
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) // 68000 code
|
||||
ROM_LOAD16_BYTE( "ur4", 0x00000, 0x20000, CRC(32153d8f) SHA1(1fa698b93507fb775dfff6da8701ab65c986cac5) )
|
||||
ROM_LOAD16_BYTE( "ur3", 0x00001, 0x20000, CRC(4d462a75) SHA1(30a84a618bea5c64201329d02847382c2d0c84ba) )
|
||||
|
Loading…
Reference in New Issue
Block a user