summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segag80r.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segag80r.cpp')
-rw-r--r--src/mame/video/segag80r.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/segag80r.cpp b/src/mame/video/segag80r.cpp
index af00f8240f1..f1af8355cdf 100644
--- a/src/mame/video/segag80r.cpp
+++ b/src/mame/video/segag80r.cpp
@@ -29,7 +29,7 @@ void segag80r_state::device_timer(emu_timer &timer, device_timer_id id, int para
m_vblank_latch = 0;
break;
default:
- assert_always(false, "Unknown id in segag80r_state::device_timer");
+ throw emu_fatalerror("Unknown id in segag80r_state::device_timer");
}
}