mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
temp hack
This commit is contained in:
parent
7a424e237a
commit
bb7ce2296a
@ -695,7 +695,9 @@ MACHINE_CONFIG_END
|
||||
ROM_START( microvsn )
|
||||
ROM_REGION( 0x800, "maincpu1", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 0x800, "maincpu2", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 867, "maincpu2:mpla", ROMREGION_ERASE00 )
|
||||
ROM_REGION( 867, "maincpu2:mpla", 0 )
|
||||
ROM_LOAD( "tms1100_default_mpla.pla", 0, 867, CRC(62445fc9) SHA1(d6297f2a4bc7a870b76cc498d19dbb0ce7d69fec) ) // verified for: pinball, blockbuster, bowling
|
||||
|
||||
ROM_REGION( 365, "maincpu2:opla", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user