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