summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/lphaser.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/devices/bus/sms_ctrl/lphaser.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/devices/bus/sms_ctrl/lphaser.cpp')
-rw-r--r--src/devices/bus/sms_ctrl/lphaser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sms_ctrl/lphaser.cpp b/src/devices/bus/sms_ctrl/lphaser.cpp
index 72b086af587..2dead793887 100644
--- a/src/devices/bus/sms_ctrl/lphaser.cpp
+++ b/src/devices/bus/sms_ctrl/lphaser.cpp
@@ -297,6 +297,6 @@ void sms_light_phaser_device::device_timer(emu_timer &timer, device_timer_id id,
sensor_check();
break;
default:
- assert_always(false, "Unknown id in sms_light_phaser_device::device_timer");
+ throw emu_fatalerror("sms_light_phaser_device(%s): Unknown timer ID", tag());
}
}