Fix build, does anyone even bother testing these modernizations-by-rote? (nw)

This commit is contained in:
Alex W. Jackson 2014-05-12 19:42:08 +00:00
parent 151c48fa07
commit 6474d8fe94

View File

@ -366,7 +366,7 @@ static MACHINE_CONFIG_START( proconn, proconn_state )
MCFG_DEVICE_ADD("z80ctc", Z80CTC, 4000000)
MCFG_Z80CTC_INTR_CB(INPUTLINE("maincpu", INPUT_LINE_IRQ0))
MCFG_Z80SIO0_ADD( "z80sio", 4000000, NULL, NULL, NULL, NULL ) /* ?? Mhz */
MCFG_Z80SIO0_ADD( "z80sio", 4000000, 0, 0, 0, 0 ) /* ?? Mhz */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")