mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Fixed MC6845 related crash on 4roses and 4rosesa [Roberto Fresca]
This commit is contained in:
parent
bc1613a362
commit
bad7edf8ca
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user