summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c2040fdc.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-02 16:42:45 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-03-02 16:42:45 -0500
commit4e59ab6ffe18b23ef4da44707ddf8728c01d5c5b (patch)
tree2ecab322c18f928df67b9cf75b226aec725a6c91 /src/devices/bus/ieee488/c2040fdc.h
parent71656df5c3a0751113f0cbb90da1ad284219a098 (diff)
Device fixups (nw)
- c2040fdc, c64h156: Calculate clock period in device_clock_changed rather than in constructor - isa8, isa16: Eliminate device_config_complete (probably unnecessary, since m_maincpu is already set in device_start) These changes prevent assert failures with the new ad-hoc device construction in -listxml, though they are otherwise independent.
Diffstat (limited to 'src/devices/bus/ieee488/c2040fdc.h')
-rw-r--r--src/devices/bus/ieee488/c2040fdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/c2040fdc.h b/src/devices/bus/ieee488/c2040fdc.h
index 74dcb750544..45690295b9a 100644
--- a/src/devices/bus/ieee488/c2040fdc.h
+++ b/src/devices/bus/ieee488/c2040fdc.h
@@ -73,6 +73,7 @@ public:
protected:
// device-level overrides
virtual void device_start() override;
+ virtual void device_clock_changed() override;
virtual void device_reset() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;