summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/astrocde.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/astrocde.cpp')
-rw-r--r--src/mame/video/astrocde.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/astrocde.cpp b/src/mame/video/astrocde.cpp
index f1dd0621e99..74a48a24821 100644
--- a/src/mame/video/astrocde.cpp
+++ b/src/mame/video/astrocde.cpp
@@ -391,7 +391,7 @@ void astrocde_state::device_timer(emu_timer &timer, device_timer_id id, int para
scanline_callback(ptr, param);
break;
default:
- assert_always(false, "Unknown id in astrocde_state::device_timer");
+ throw emu_fatalerror("Unknown id in astrocde_state::device_timer");
}
}