this should not have been added, since it was just an untested experiment...

This commit is contained in:
Fabio Priuli 2011-11-03 07:30:00 +00:00
parent 63ef11c990
commit b052719d68

View File

@ -3843,9 +3843,8 @@ static DRIVER_INIT( m1 )
// if there is no OKI region disable writes here, the rom might be missing, so alert user
UINT8 *okirom = machine.region( "oki" )->base();
UINT8 *msm6376rom = machine.region( "msm6376" )->base();
if (!okirom && !msm6376rom)
if (!okirom)
machine.device("maincpu")->memory().space(AS_PROGRAM)->install_legacy_write_handler(0x2420, 0x2421, FUNC(m1ab_no_oki_w));
// print out the rom id / header info to give us some hints