mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(nw) Correct avalnche ROM names
This commit is contained in:
parent
18c0e8de0e
commit
231af0ee6e
@ -264,12 +264,12 @@ void avalnche_state::acatch(machine_config &config)
|
||||
|
||||
ROM_START( avalnche )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
ROM_LOAD_NIB_HIGH( "30612.d2", 0x6800, 0x0800, CRC(3f975171) SHA1(afe680865da97824f1ebade4c7a2ba5d7ee2cbab) )
|
||||
ROM_LOAD_NIB_LOW ( "30615.d3", 0x6800, 0x0800, CRC(3e1a86b4) SHA1(3ff4cffea5b7a32231c0996473158f24c3bbe107) )
|
||||
ROM_LOAD_NIB_HIGH( "30613.e2", 0x7000, 0x0800, CRC(47a224d3) SHA1(9feb7444a2e5a3d90a4fe78ae5d23c3a5039bfaa) )
|
||||
ROM_LOAD_NIB_LOW ( "30616.e3", 0x7000, 0x0800, CRC(f620f0f8) SHA1(7802b399b3469fc840796c3145b5f63781090956) )
|
||||
ROM_LOAD_NIB_HIGH( "30611.c2", 0x7800, 0x0800, CRC(0ad07f85) SHA1(5a1a873b14e63dbb69ee3686ba53f7ca831fe9d0) )
|
||||
ROM_LOAD_NIB_LOW ( "30614.c3", 0x7800, 0x0800, CRC(a12d5d64) SHA1(1647d7416bf9266d07f066d3797bda943e004d24) )
|
||||
ROM_LOAD_NIB_HIGH( "30612-01.d2", 0x6800, 0x0800, CRC(3f975171) SHA1(afe680865da97824f1ebade4c7a2ba5d7ee2cbab) )
|
||||
ROM_LOAD_NIB_LOW ( "30615-01.d3", 0x6800, 0x0800, CRC(3e1a86b4) SHA1(3ff4cffea5b7a32231c0996473158f24c3bbe107) )
|
||||
ROM_LOAD_NIB_HIGH( "30613-01.e2", 0x7000, 0x0800, CRC(47a224d3) SHA1(9feb7444a2e5a3d90a4fe78ae5d23c3a5039bfaa) )
|
||||
ROM_LOAD_NIB_LOW ( "30616-01.e3", 0x7000, 0x0800, CRC(f620f0f8) SHA1(7802b399b3469fc840796c3145b5f63781090956) )
|
||||
ROM_LOAD_NIB_HIGH( "30611-01.c2", 0x7800, 0x0800, CRC(0ad07f85) SHA1(5a1a873b14e63dbb69ee3686ba53f7ca831fe9d0) )
|
||||
ROM_LOAD_NIB_LOW ( "30614-01.c3", 0x7800, 0x0800, CRC(a12d5d64) SHA1(1647d7416bf9266d07f066d3797bda943e004d24) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( cascade )
|
||||
|
Loading…
Reference in New Issue
Block a user