diff options
Diffstat (limited to 'src/devices/cpu/e132xs/e132xsdrc.cpp')
-rw-r--r-- | src/devices/cpu/e132xs/e132xsdrc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/e132xs/e132xsdrc.cpp b/src/devices/cpu/e132xs/e132xsdrc.cpp index 31bcda4b104..fc3fb108539 100644 --- a/src/devices/cpu/e132xs/e132xsdrc.cpp +++ b/src/devices/cpu/e132xs/e132xsdrc.cpp @@ -65,7 +65,7 @@ inline void hyperstone_device::ccfunc_print() inline void hyperstone_device::ccfunc_standard_irq_callback() { - standard_irq_callback(m_core->arg0); + standard_irq_callback(m_core->arg0, m_core->global_regs[0]); } static void cfunc_unimplemented(void *param) |