summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/nbmj8991.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/nbmj8991.cpp')
-rw-r--r--src/mame/video/nbmj8991.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/nbmj8991.cpp b/src/mame/video/nbmj8991.cpp
index b0b818eba05..01bf4149d1c 100644
--- a/src/mame/video/nbmj8991.cpp
+++ b/src/mame/video/nbmj8991.cpp
@@ -173,7 +173,7 @@ void nbmj8991_state::device_timer(emu_timer &timer, device_timer_id id, int para
m_nb1413m3->busyflag_w(1);
break;
default:
- assert_always(false, "Unknown id in nbmj8991_state::device_timer");
+ throw emu_fatalerror("Unknown id in nbmj8991_state::device_timer");
}
}