diff --git a/src/devices/cpu/nec/v25.cpp b/src/devices/cpu/nec/v25.cpp index 4b24f752623..321db738a04 100644 --- a/src/devices/cpu/nec/v25.cpp +++ b/src/devices/cpu/nec/v25.cpp @@ -451,7 +451,10 @@ void v25_common_device::external_int() m_IRQS = vector; m_ISPR |= (1 << i); if (m_bankswitch_irq & source) + { + debugger_exception_hook(vector); nec_bankswitch(i); + } else nec_interrupt(vector, source); }