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