diff options
Diffstat (limited to 'src/devices/machine/i8212.h')
-rw-r--r-- | src/devices/machine/i8212.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/i8212.h b/src/devices/machine/i8212.h index efd84d11813..601a55407e8 100644 --- a/src/devices/machine/i8212.h +++ b/src/devices/machine/i8212.h @@ -52,12 +52,12 @@ public: void strobe(uint8_t data); // line write handlers - DECLARE_WRITE_LINE_MEMBER(stb_w); + void stb_w(int state); protected: // device-level overrides - virtual void device_start() override; - virtual void device_reset() override; + virtual void device_start() override ATTR_COLD; + virtual void device_reset() override ATTR_COLD; private: // helpers |