From dac7094f3431b8f933497b0c7693e6baeb1bb75c Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 20 Sep 2019 00:28:19 +1000 Subject: (nw) misc cleanup: * get rid of most assert_always * get rid of a few MCFG_*_OVERRIDE --- src/mame/drivers/wolfpack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/wolfpack.cpp') diff --git a/src/mame/drivers/wolfpack.cpp b/src/mame/drivers/wolfpack.cpp index 21d6d76776d..29364110e13 100644 --- a/src/mame/drivers/wolfpack.cpp +++ b/src/mame/drivers/wolfpack.cpp @@ -22,7 +22,7 @@ void wolfpack_state::device_timer(emu_timer &timer, device_timer_id id, int para periodic_callback(ptr, param); break; default: - assert_always(false, "Unknown id in wolfpack_state::device_timer"); + throw emu_fatalerror("Unknown id in wolfpack_state::device_timer"); } } -- cgit v1.2.3