diff options
Diffstat (limited to 'src/devices/cpu/h8/h8_dtc.cpp')
-rw-r--r-- | src/devices/cpu/h8/h8_dtc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8_dtc.cpp b/src/devices/cpu/h8/h8_dtc.cpp index 7844c9cec92..3dd276fca11 100644 --- a/src/devices/cpu/h8/h8_dtc.cpp +++ b/src/devices/cpu/h8/h8_dtc.cpp @@ -214,7 +214,6 @@ void h8_dtc_device::writeback_done(int vector) m_intc->internal_interrupt(vector); } else { logerror("Software dtc done\n"); - exit(0); } } |