summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/mdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/mdec.h')
-rw-r--r--src/devices/cpu/psx/mdec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/psx/mdec.h b/src/devices/cpu/psx/mdec.h
index 8d9da890069..a380413d876 100644
--- a/src/devices/cpu/psx/mdec.h
+++ b/src/devices/cpu/psx/mdec.h
@@ -27,8 +27,8 @@ public:
void dma_read( uint32_t *ram, uint32_t n_address, int32_t n_size );
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;
virtual void device_post_load() override;
private: