mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
(MESS) Fixed ROM name conflict. (nw)
This commit is contained in:
parent
77621a9438
commit
53bb25aab2
@ -3823,7 +3823,7 @@ MACHINE_CONFIG_END
|
|||||||
|
|
||||||
ROM_START (hx10sa)
|
ROM_START (hx10sa)
|
||||||
ROM_REGION (0x8000, "maincpu",0)
|
ROM_REGION (0x8000, "maincpu",0)
|
||||||
ROM_LOAD ("hx10sbios.rom", 0x0000, 0x8000, CRC(ee229390) SHA1(302afb5d8be26c758309ca3df611ae69cced2821))
|
ROM_LOAD ("hx10sabios.rom", 0x0000, 0x8000, CRC(ee229390) SHA1(302afb5d8be26c758309ca3df611ae69cced2821))
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
static MACHINE_CONFIG_DERIVED( hx10sa, msx_ntsc )
|
static MACHINE_CONFIG_DERIVED( hx10sa, msx_ntsc )
|
||||||
|
Loading…
Reference in New Issue
Block a user