mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
bbusters: correct what appears to be an old copy paste error with adpcm rom loading
This commit is contained in:
parent
ac0e11dba7
commit
0ba9e43eed
@ -622,7 +622,7 @@ ROM_START( bbustersu )
|
||||
ROM_LOAD( "bb-pcma.l5", 0x000000, 0x80000, CRC(44cd5bfe) SHA1(26a612191a0aa614c090203485aba17c99c763ee) )
|
||||
|
||||
ROM_REGION( 0x80000, "ymsnd:adpcmb", 0 )
|
||||
ROM_LOAD( "bb-pcma.l5", 0x000000, 0x80000, CRC(44cd5bfe) SHA1(26a612191a0aa614c090203485aba17c99c763ee) )
|
||||
ROM_LOAD( "bb-pcmb.l3", 0x000000, 0x80000, CRC(c8d5dd53) SHA1(0f7e94532cc14852ca12c1b792e5479667af899e) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( bbustersua )
|
||||
@ -668,7 +668,7 @@ ROM_START( bbustersua )
|
||||
ROM_LOAD( "bb-pcma.l5", 0x000000, 0x80000, CRC(44cd5bfe) SHA1(26a612191a0aa614c090203485aba17c99c763ee) )
|
||||
|
||||
ROM_REGION( 0x80000, "ymsnd:adpcmb", 0 )
|
||||
ROM_LOAD( "bb-pcma.l5", 0x000000, 0x80000, CRC(44cd5bfe) SHA1(26a612191a0aa614c090203485aba17c99c763ee) )
|
||||
ROM_LOAD( "bb-pcmb.l3", 0x000000, 0x80000, CRC(c8d5dd53) SHA1(0f7e94532cc14852ca12c1b792e5479667af899e) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( bbustersj )
|
||||
|
Loading…
Reference in New Issue
Block a user