diff options
Diffstat (limited to 'src/mame/drivers/videopin.cpp')
-rw-r--r-- | src/mame/drivers/videopin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/videopin.cpp b/src/mame/drivers/videopin.cpp index e93c6154ac8..d10b44855bf 100644 --- a/src/mame/drivers/videopin.cpp +++ b/src/mame/drivers/videopin.cpp @@ -57,7 +57,7 @@ void videopin_state::device_timer(emu_timer &timer, device_timer_id id, int para interrupt_callback(ptr, param); break; default: - assert_always(false, "Unknown id in videopin_state::device_timer"); + throw emu_fatalerror("Unknown id in videopin_state::device_timer"); } } |