summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/chessm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/chessm.cpp')
-rw-r--r--src/devices/bus/isa/chessm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/isa/chessm.cpp b/src/devices/bus/isa/chessm.cpp
index 1888fb900ca..9ed0f37eaf3 100644
--- a/src/devices/bus/isa/chessm.cpp
+++ b/src/devices/bus/isa/chessm.cpp
@@ -137,7 +137,6 @@ void isa8_chessm_device::device_add_mconfig(machine_config &config)
ARM(config, m_maincpu, 30_MHz_XTAL/2);
m_maincpu->set_addrmap(AS_PROGRAM, &isa8_chessm_device::chessm_mem);
m_maincpu->set_copro_type(arm_cpu_device::copro_type::VL86C020);
- m_maincpu->set_nested_irq_hack(false);
GENERIC_LATCH_8(config, m_mainlatch);
GENERIC_LATCH_8(config, m_sublatch);