summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cchasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cchasm.cpp')
-rw-r--r--src/mame/video/cchasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cchasm.cpp b/src/mame/video/cchasm.cpp
index 9aa48af8bca..e515db965c8 100644
--- a/src/mame/video/cchasm.cpp
+++ b/src/mame/video/cchasm.cpp
@@ -27,7 +27,7 @@ void cchasm_state::device_timer(emu_timer &timer, device_timer_id id, int param,
m_maincpu->set_input_line(2, ASSERT_LINE);
break;
default:
- assert_always(false, "Unknown id in cchasm_state::device_timer");
+ throw emu_fatalerror("Unknown id in cchasm_state::device_timer");
}
}