summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mekd5.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-09-19 13:16:01 +1000
committer Vas Crabb <vas@vastheman.com>2019-09-19 13:16:01 +1000
commit36cbaa12b19c3ad2ec1914a239f11ab5bf8c80b4 (patch)
tree7c54acc7489bfa10689420ebd7b023a484ec7b16 /src/mame/drivers/mekd5.cpp
parent2d37c75ce0232ae873f0ddaddc5f462293d177d0 (diff)
(nw) misc cleanup:
* Fix path for coleco cartridge bus header * Remove some assert_always * Fix some comments that seem to have been victims of scripted editing
Diffstat (limited to 'src/mame/drivers/mekd5.cpp')
-rw-r--r--src/mame/drivers/mekd5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mekd5.cpp b/src/mame/drivers/mekd5.cpp
index 56b00f13b7e..3c0eeb521c2 100644
--- a/src/mame/drivers/mekd5.cpp
+++ b/src/mame/drivers/mekd5.cpp
@@ -253,7 +253,7 @@ void mekd5_state::device_timer(emu_timer &timer, device_timer_id id, int param,
m_kpd_pia->cb2_w(0);
break;
default:
- assert_always(false, "Unknown id in mekd5_state::device_timer");
+ throw emu_fatalerror("Unknown id in mekd5_state::device_timer");
}
}