summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2014-12-06 20:37:53 +0100
committer hap <happppp@users.noreply.github.com>2014-12-06 20:37:53 +0100
commitbb7ce2296aef09cbddeb6b6cd07dee77907b5cf7 (patch)
tree5faee2b106a4faaa989afd2becbeb82cb6f61f45
parent7a424e237a2c7b5bc0b69974ca8f9adeaf3a7516 (diff)
temp hack
-rw-r--r--src/mess/drivers/microvsn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mess/drivers/microvsn.c b/src/mess/drivers/microvsn.c
index 0660179bbe4..ef3e4453ae5 100644
--- a/src/mess/drivers/microvsn.c
+++ b/src/mess/drivers/microvsn.c
@@ -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