diff options
Diffstat (limited to 'src/devices/bus/pce_ctrl/pcectrl.h')
-rw-r--r-- | src/devices/bus/pce_ctrl/pcectrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pce_ctrl/pcectrl.h b/src/devices/bus/pce_ctrl/pcectrl.h index 3d190f5e1f3..ac3aa841fbb 100644 --- a/src/devices/bus/pce_ctrl/pcectrl.h +++ b/src/devices/bus/pce_ctrl/pcectrl.h @@ -45,7 +45,7 @@ public: protected: // device-level overrides - virtual void device_start() override; + virtual void device_start() override ATTR_COLD; device_pce_control_port_interface *m_device; }; |