diff options
Diffstat (limited to 'src/devices/bus/intv_ctrl/ctrl.h')
-rw-r--r-- | src/devices/bus/intv_ctrl/ctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intv_ctrl/ctrl.h b/src/devices/bus/intv_ctrl/ctrl.h index b68d6bbba7d..71106e7d9f5 100644 --- a/src/devices/bus/intv_ctrl/ctrl.h +++ b/src/devices/bus/intv_ctrl/ctrl.h @@ -57,7 +57,7 @@ public: protected: // device-level overrides - virtual void device_start() override; + virtual void device_start() override ATTR_COLD; device_intv_control_port_interface *m_device; }; |