Fixed MC6845 related crash on 4roses and 4rosesa [Roberto Fresca]

This commit is contained in:
Roberto Fresca 2011-05-26 18:00:23 +00:00
parent bc1613a362
commit bad7edf8ca

View File

@ -404,7 +404,7 @@ static MACHINE_CONFIG_START( 4roses, _4roses_state )
MCFG_PALETTE_INIT(funworld)
MCFG_VIDEO_START(funworld)
MCFG_MC6845_ADD("crtc", MC6845, MASTER_CLOCK/8, mc6845_intf) /* 2MHz, guess */
// MCFG_MC6845_ADD("crtc", MC6845, MASTER_CLOCK/8, mc6845_intf) /* 2MHz, guess */
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")