mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
cosmos_playc8f.cpp: Fix Basketball sets (#9473)
This commit is contained in:
parent
f9101df899
commit
086f358275
@ -72,7 +72,7 @@ void cosmos_playc8f_state::playc8f(machine_config &config)
|
||||
|
||||
ROM_START(bgbasketb)
|
||||
ROM_REGION(0x002000, "maincpu", 0)
|
||||
ROM_LOAD("basketball_2004-01-22.u13", 0x000000, 0x002000, CRC(5dd80da6) SHA1(5671d7166c7131ce0ad415da16842f271cc7ac3f)) // MC68HC705C8P
|
||||
ROM_LOAD("srlqj02-2-01_2013-03-23.u13", 0x000000, 0x002000, CRC(9ab77de9) SHA1(c3507636dfe963023d5894403b850b65da2613b4)) // MC705C8ACPE
|
||||
|
||||
ROM_REGION(0x001000, "soundcpu", 0)
|
||||
ROM_LOAD("mglqj-y-3-3_2004-10-22.u2", 0x000000, 0x001000, NO_DUMP) // AT89C51, protected
|
||||
@ -84,7 +84,7 @@ ROM_END
|
||||
|
||||
ROM_START(bgbasketbb)
|
||||
ROM_REGION(0x002000, "maincpu", 0)
|
||||
ROM_LOAD("srlqj02-2-01_2013-03-23.u13", 0x000000, 0x002000, CRC(9ab77de9) SHA1(c3507636dfe963023d5894403b850b65da2613b4)) // MC705C8ACPE
|
||||
ROM_LOAD("basketball_2004-01-22.u13", 0x000000, 0x002000, CRC(5dd80da6) SHA1(5671d7166c7131ce0ad415da16842f271cc7ac3f)) // MC68HC705C8P
|
||||
|
||||
ROM_REGION(0x001000, "soundcpu", 0)
|
||||
ROM_LOAD("mglqj-y-3-3_2004-10-22.u2", 0x000000, 0x001000, NO_DUMP) // AT89C51, protected
|
||||
|
Loading…
Reference in New Issue
Block a user