mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
rohga.cpp: Correct nitrobal protection device.
This commit is contained in:
parent
960c3bc1e8
commit
9c53786b92
@ -1018,6 +1018,11 @@ void rohga_state::nitrobal(machine_config &config)
|
||||
|
||||
MCFG_VIDEO_START_OVERRIDE(rohga_state, wizdfire)
|
||||
|
||||
DECO146PROT(config.replace(), m_ioprot, 0);
|
||||
m_ioprot->port_a_cb().set_ioport("INPUTS");
|
||||
m_ioprot->port_b_cb().set_ioport("SYSTEM");
|
||||
m_ioprot->port_c_cb().set_ioport("DSW");
|
||||
m_ioprot->soundlatch_irq_cb().set_inputline("audiocpu", 0);
|
||||
m_ioprot->set_interface_scramble_reverse();
|
||||
m_ioprot->set_use_magic_read_address_xor(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user