summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/midvunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/midvunit.cpp')
-rw-r--r--src/mame/video/midvunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/midvunit.cpp b/src/mame/video/midvunit.cpp
index 03db5f9dc9d..2cc60de8c5e 100644
--- a/src/mame/video/midvunit.cpp
+++ b/src/mame/video/midvunit.cpp
@@ -44,7 +44,7 @@ void midvunit_state::device_timer(emu_timer &timer, device_timer_id id, int para
scanline_timer_cb(ptr, param);
break;
default:
- assert_always(false, "Unknown id in midvunit_state::device_timer");
+ throw emu_fatalerror("Unknown id in midvunit_state::device_timer");
}
}