Previous 199869 Revisions Next

r33715 Saturday 6th December, 2014 at 19:37:53 UTC by hap
temp hack
[src/mess/drivers]microvsn.c

trunk/src/mess/drivers/microvsn.c
r242226r242227
695695ROM_START( microvsn )
696696   ROM_REGION( 0x800, "maincpu1", ROMREGION_ERASE00 )
697697   ROM_REGION( 0x800, "maincpu2", ROMREGION_ERASE00 )
698   ROM_REGION( 867, "maincpu2:mpla", ROMREGION_ERASE00 )
698   ROM_REGION( 867, "maincpu2:mpla", 0 )
699   ROM_LOAD( "tms1100_default_mpla.pla", 0, 867, CRC(62445fc9) SHA1(d6297f2a4bc7a870b76cc498d19dbb0ce7d69fec) ) // verified for: pinball, blockbuster, bowling
700
699701   ROM_REGION( 365, "maincpu2:opla", ROMREGION_ERASE00 )
700702ROM_END
701703


Previous 199869 Revisions Next


© 1997-2024 The MAME Team