summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/opwolf_cchip.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/opwolf_cchip.txt')
-rw-r--r--src/mame/etc/opwolf_cchip.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/etc/opwolf_cchip.txt b/src/mame/etc/opwolf_cchip.txt
index 13904edc920..f56ac5242d7 100644
--- a/src/mame/etc/opwolf_cchip.txt
+++ b/src/mame/etc/opwolf_cchip.txt
@@ -496,7 +496,7 @@ void opwolf_state::device_timer(emu_timer &timer, device_timer_id id, int param,
cchip_timer(ptr, param);
break;
default:
- assert_always(false, "Unknown id in opwolf_state::device_timer");
+ throw emu_fatalerror("Unknown id in opwolf_state::device_timer");
}
}