summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z180/z180.cpp')
-rw-r--r--src/devices/cpu/z180/z180.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/z180/z180.cpp b/src/devices/cpu/z180/z180.cpp
index 0c208a1f467..a9ba848ebdd 100644
--- a/src/devices/cpu/z180/z180.cpp
+++ b/src/devices/cpu/z180/z180.cpp
@@ -1969,8 +1969,6 @@ void z180_device::device_start()
m_odirect = &m_oprogram->direct();
m_iospace = &space(AS_IO);
- daisy_set_irq_callback(device_irq_acknowledge_delegate(FUNC(z180_device::standard_irq_callback_member), this));
-
/* set up the state table */
{
state_add(Z180_PC, "PC", m_PC.w.l);