diff options
Diffstat (limited to 'src/mame/drivers/sprint4.cpp')
-rw-r--r-- | src/mame/drivers/sprint4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sprint4.cpp b/src/mame/drivers/sprint4.cpp index 21a43489004..04199682982 100644 --- a/src/mame/drivers/sprint4.cpp +++ b/src/mame/drivers/sprint4.cpp @@ -51,7 +51,7 @@ void sprint4_state::device_timer(emu_timer &timer, device_timer_id id, int param nmi_callback(ptr, param); break; default: - assert_always(false, "Unknown id in sprint4_state::device_timer"); + throw emu_fatalerror("Unknown id in sprint4_state::device_timer"); } } |