mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed pc8801 regression (nw)
This commit is contained in:
parent
d8f91e8f7f
commit
2be563e4d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user