fixed pc8801 regression (nw)

This commit is contained in:
Miodrag Milanovic 2014-03-29 18:47:22 +00:00
parent d8f91e8f7f
commit 2be563e4d6

View File

@ -2644,7 +2644,7 @@ static MACHINE_CONFIG_START( pc8801, pc8801_state )
MCFG_I8255_ADD( "d8255_slave", slave_fdd_intf )
MCFG_UPD765A_ADD("upd765", true, true)
MCFG_UPD765_INTRQ_CALLBACK(INPUTLINE("maincpu", INPUT_LINE_IRQ0))
MCFG_UPD765_INTRQ_CALLBACK(INPUTLINE("fdccpu", INPUT_LINE_IRQ0))
#ifdef USE_PROPER_I8214
MCFG_I8214_ADD(I8214_TAG, MASTER_CLOCK, pic_intf)