mirror of
https://github.com/holub/mame
synced 2025-07-06 18:39:28 +03:00
Fix build, does anyone even bother testing these modernizations-by-rote? (nw)
This commit is contained in:
parent
151c48fa07
commit
6474d8fe94
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user