summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goupil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goupil.cpp')
-rw-r--r--src/mame/drivers/goupil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/goupil.cpp b/src/mame/drivers/goupil.cpp
index 5a62a95acc2..8a6c47b2a73 100644
--- a/src/mame/drivers/goupil.cpp
+++ b/src/mame/drivers/goupil.cpp
@@ -174,7 +174,7 @@ void goupil_g1_state::device_timer(emu_timer &timer, device_timer_id id, int par
m_scanline_timer->adjust(m_screen->time_until_pos(m_screen->vpos() + 10));
break;
default:
- assert_always(false, "Unknown id in goupil_g1_state::device_timer");
+ throw emu_fatalerror("Unknown id in goupil_g1_state::device_timer");
}
}