diff options
Diffstat (limited to 'src/mame/video/midtunit.cpp')
-rw-r--r-- | src/mame/video/midtunit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/midtunit.cpp b/src/mame/video/midtunit.cpp index b307f3f722b..8bf3e3510b7 100644 --- a/src/mame/video/midtunit.cpp +++ b/src/mame/video/midtunit.cpp @@ -625,7 +625,7 @@ void midtunit_video_device::device_timer(emu_timer &timer, device_timer_id id, i m_maincpu->set_input_line(0, ASSERT_LINE); break; default: - assert_always(false, "Unknown id in midtunit_video_device::device_timer"); + throw emu_fatalerror("Unknown id in midtunit_video_device::device_timer"); } } |