summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpsons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simpsons.cpp')
-rw-r--r--src/mame/drivers/simpsons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/simpsons.cpp b/src/mame/drivers/simpsons.cpp
index 33c3b1ae671..172ef67ad3f 100644
--- a/src/mame/drivers/simpsons.cpp
+++ b/src/mame/drivers/simpsons.cpp
@@ -178,7 +178,7 @@ void simpsons_state::device_timer(emu_timer &timer, device_timer_id id, int para
m_maincpu->set_input_line(KONAMI_FIRQ_LINE, HOLD_LINE);
break;
default:
- assert_always(false, "Unknown id in simpsons_state::device_timer");
+ throw emu_fatalerror("Unknown id in simpsons_state::device_timer");
}
}