summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/c10.cpp')
-rw-r--r--src/mame/drivers/c10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/c10.cpp b/src/mame/drivers/c10.cpp
index 59462dfbea2..511b6741ffe 100644
--- a/src/mame/drivers/c10.cpp
+++ b/src/mame/drivers/c10.cpp
@@ -81,7 +81,7 @@ void c10_state::device_timer(emu_timer &timer, device_timer_id id, int param, vo
membank("boot")->set_entry(0);
break;
default:
- assert_always(false, "Unknown id in c10_state::device_timer");
+ throw emu_fatalerror("Unknown id in c10_state::device_timer");
}
}