summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/magickey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/magickey.cpp')
-rw-r--r--src/devices/bus/msx/ctrl/magickey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx/ctrl/magickey.cpp b/src/devices/bus/msx/ctrl/magickey.cpp
index f515b2f39b7..04cf6204372 100644
--- a/src/devices/bus/msx/ctrl/magickey.cpp
+++ b/src/devices/bus/msx/ctrl/magickey.cpp
@@ -29,7 +29,7 @@ public:
virtual void pin_8_w(int state) override { m_pin8_state = state; }
protected:
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
u8 m_pin8_state = 0;