diff options
author | 2017-04-11 00:39:35 -0400 | |
---|---|---|
committer | 2017-04-11 00:39:35 -0400 | |
commit | c9424f3f5b70e7e639bc41556a3c52e69d0886ec (patch) | |
tree | cea892fcbc6520ce6b4d60eb2d91490809f33f2e /src/devices/machine/cxd1095.h | |
parent | 644fa749c6cbc78268b561502a033b3c14a54ff0 (diff) |
cxd1095: Implement reset behavior (nw)
Diffstat (limited to 'src/devices/machine/cxd1095.h')
-rw-r--r-- | src/devices/machine/cxd1095.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/cxd1095.h b/src/devices/machine/cxd1095.h index 2f67fc85444..2fce5fced2a 100644 --- a/src/devices/machine/cxd1095.h +++ b/src/devices/machine/cxd1095.h @@ -103,6 +103,7 @@ public: protected: // device-level overrides virtual void device_start() override; + virtual void device_reset() override; private: // input/output callbacks |