summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m92.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m92.cpp')
-rw-r--r--src/mame/video/m92.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/m92.cpp b/src/mame/video/m92.cpp
index 3e4c6475ef8..4b3ca83cb40 100644
--- a/src/mame/video/m92.cpp
+++ b/src/mame/video/m92.cpp
@@ -55,7 +55,7 @@ void m92_state::device_timer(emu_timer &timer, device_timer_id id, int param, vo
m_upd71059c->ir1_w(1);
break;
default:
- assert_always(false, "Unknown id in m92_state::device_timer");
+ throw emu_fatalerror("Unknown id in m92_state::device_timer");
}
}