mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
mips: yes, it's inverted (nw)
This commit is contained in:
parent
7986d3cb2c
commit
92335b5a9a
@ -504,7 +504,7 @@ void rx2030_state::rx2030(machine_config &config)
|
||||
|
||||
adapter.set_clock(10_MHz_XTAL); // clock assumed
|
||||
|
||||
adapter.int_cb().set_inputline(m_iop, INPUT_LINE_IRQ7);
|
||||
adapter.int_cb().set_inputline(m_iop, INPUT_LINE_IRQ7).invert();
|
||||
adapter.breq_cb().set(m_iop, FUNC(v50_device::dreq_w<1>));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user