summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/rexsoft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/rexsoft.h')
-rw-r--r--src/devices/bus/nes/rexsoft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes/rexsoft.h b/src/devices/bus/nes/rexsoft.h
index 205dffce4d1..7bfd0e28f9e 100644
--- a/src/devices/bus/nes/rexsoft.h
+++ b/src/devices/bus/nes/rexsoft.h
@@ -25,7 +25,7 @@ public:
protected:
// device-level overrides
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
uint8_t m_extra;
@@ -47,7 +47,7 @@ public:
protected:
// device-level overrides
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
virtual void set_prg(int prg_base, int prg_mask) override;