summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ep64/exp.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-01-27 23:55:45 +1100
committer Vas Crabb <vas@vastheman.com>2018-01-27 23:55:45 +1100
commit4b7016ddc9f25b630781376bf5975c83e893ae88 (patch)
tree7dd0f19cb8f42569520100789692ecb6f74d1ec9 /src/devices/bus/ep64/exp.h
parentb3a0566e936f7878a8a07635b575928e9b9ad9f3 (diff)
(nw) don't get hit by the bus - remove unnecessary reset calls, improve error checking
Diffstat (limited to 'src/devices/bus/ep64/exp.h')
-rw-r--r--src/devices/bus/ep64/exp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/ep64/exp.h b/src/devices/bus/ep64/exp.h
index d66fd8536b0..5655e6c0e64 100644
--- a/src/devices/bus/ep64/exp.h
+++ b/src/devices/bus/ep64/exp.h
@@ -112,6 +112,7 @@ public:
protected:
// device-level overrides
+ virtual void device_validity_check(validity_checker &valid) const override;
virtual void device_start() override;
virtual void device_reset() override;