summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/ctrl.h')
-rw-r--r--src/devices/bus/msx/ctrl/ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx/ctrl/ctrl.h b/src/devices/bus/msx/ctrl/ctrl.h
index bc827c31e7e..075c00ae3af 100644
--- a/src/devices/bus/msx/ctrl/ctrl.h
+++ b/src/devices/bus/msx/ctrl/ctrl.h
@@ -72,7 +72,7 @@ public:
bool exists() const { return m_device != nullptr; }
protected:
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
device_msx_general_purpose_port_interface *m_device;
};