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