summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/2mindril.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/2mindril.cpp')
-rw-r--r--src/mame/drivers/2mindril.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/2mindril.cpp b/src/mame/drivers/2mindril.cpp
index ecb9912134e..6301efc8d0f 100644
--- a/src/mame/drivers/2mindril.cpp
+++ b/src/mame/drivers/2mindril.cpp
@@ -143,7 +143,7 @@ void _2mindril_state::device_timer(emu_timer &timer, device_timer_id id, int par
m_defender_sensor = param;
break;
default:
- assert_always(false, "Unknown id in _2mindril_state::device_timer");
+ throw emu_fatalerror("Unknown id in _2mindril_state::device_timer");
}
}
#endif