mirror of
https://github.com/holub/mame
synced 2025-05-17 03:10:43 +03:00
bus/isa/np600: Add 82586 interrupt (nw)
This commit is contained in:
parent
19060d6627
commit
cc407fe685
@ -73,6 +73,7 @@ void np600a3_device::device_add_mconfig(machine_config &config)
|
||||
|
||||
I82586(config, m_lcc, 20_MHz_XTAL);
|
||||
m_lcc->set_addrmap(0, &np600a3_device::lcc_map);
|
||||
m_lcc->out_irq_cb().set(m_npcpu, FUNC(i80186_cpu_device::tmrin1_w));
|
||||
}
|
||||
|
||||
ROM_START(np600a3)
|
||||
|
Loading…
Reference in New Issue
Block a user