diff options
author | 2025-02-21 16:34:36 -0500 | |
---|---|---|
committer | 2025-02-22 08:34:36 +1100 | |
commit | 752c45b42bcb8f13cbfdd76ac2630bd72a779309 (patch) | |
tree | 33f01e48b49aad29316b517e979908b87f40299c /src/devices/cpu/h8/h8_dtc.cpp | |
parent | 6d32d33567e21663ea8b9ceaf76ac7024aa9ba8e (diff) |
casio/wk1800.cpp, sound/gt155.cpp: Added Casio WK-1800/WK-1600 music keyboards. (#12957)
WK-1800 floppy support is not implemented.
New working systems
----------
Casio WK-1800 [Edward d-tech, Devin Acker]
New working clones
----------
Casio WK-1600 [Edward d-tech, Devin Acker]
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); } } |