Previous 199869 Revisions Next

r32302 Tuesday 23rd September, 2014 at 07:47:32 UTC by Curt Coder
(MESS) Fixed ROM name conflict. (nw)
[src/mess/drivers]msx.c

trunk/src/mess/drivers/msx.c
r32301r32302
38233823
38243824ROM_START (hx10sa)
38253825   ROM_REGION (0x8000, "maincpu",0)
3826   ROM_LOAD ("hx10sbios.rom", 0x0000, 0x8000, CRC(ee229390) SHA1(302afb5d8be26c758309ca3df611ae69cced2821))
3826   ROM_LOAD ("hx10sabios.rom", 0x0000, 0x8000, CRC(ee229390) SHA1(302afb5d8be26c758309ca3df611ae69cced2821))
38273827ROM_END
38283828
38293829static MACHINE_CONFIG_DERIVED( hx10sa, msx_ntsc )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team