summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/kaneko_calc3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kaneko_calc3.cpp')
-rw-r--r--src/mame/machine/kaneko_calc3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kaneko_calc3.cpp b/src/mame/machine/kaneko_calc3.cpp
index 572fa89fdba..54078f5d297 100644
--- a/src/mame/machine/kaneko_calc3.cpp
+++ b/src/mame/machine/kaneko_calc3.cpp
@@ -104,7 +104,7 @@ void kaneko_calc3_device::device_timer(emu_timer &timer, device_timer_id id, int
reset_run_timer();
break;
default:
- assert_always(false, "Unknown id in kaneko_calc3_device::device_timer");
+ throw emu_fatalerror("Unknown id in kaneko_calc3_device::device_timer");
}
}