summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exidy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exidy.cpp')
-rw-r--r--src/mame/video/exidy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/exidy.cpp b/src/mame/video/exidy.cpp
index 01a7ee98540..1b68ef99838 100644
--- a/src/mame/video/exidy.cpp
+++ b/src/mame/video/exidy.cpp
@@ -270,7 +270,7 @@ void exidy_state::device_timer(emu_timer &timer, device_timer_id id, int param,
break;
default:
- assert_always(false, "Unknown id in exidy_state::device_timer");
+ throw emu_fatalerror("Unknown id in exidy_state::device_timer");
}
}