summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/lethalj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/lethalj.cpp')
-rw-r--r--src/mame/video/lethalj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/lethalj.cpp b/src/mame/video/lethalj.cpp
index f3b836b7b3e..73e9dad414c 100644
--- a/src/mame/video/lethalj.cpp
+++ b/src/mame/video/lethalj.cpp
@@ -110,7 +110,7 @@ void lethalj_state::device_timer(emu_timer &timer, device_timer_id id, int param
m_maincpu->set_input_line(0, ASSERT_LINE);
break;
default:
- assert_always(false, "Unknown id in lethalj_state::device_timer");
+ throw emu_fatalerror("Unknown id in lethalj_state::device_timer");
}
}