diff options
Diffstat (limited to 'src/devices/machine/ps2intc.h')
-rw-r--r-- | src/devices/machine/ps2intc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ps2intc.h b/src/devices/machine/ps2intc.h index 111c343372f..82f156a4fa7 100644 --- a/src/devices/machine/ps2intc.h +++ b/src/devices/machine/ps2intc.h @@ -56,8 +56,8 @@ public: }; protected: - virtual void device_start() override; - virtual void device_reset() override; + virtual void device_start() override ATTR_COLD; + virtual void device_reset() override ATTR_COLD; void update_interrupts(); |