summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tmc0430.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tmc0430.h')
-rw-r--r--src/devices/machine/tmc0430.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/tmc0430.h b/src/devices/machine/tmc0430.h
index 2e8e58d506b..0459a4794f9 100644
--- a/src/devices/machine/tmc0430.h
+++ b/src/devices/machine/tmc0430.h
@@ -59,8 +59,8 @@ public:
bool idle() { return (m_phase == 0 && m_current_clock_level==CLEAR_LINE); }
protected:
- void device_start() override;
- void device_reset() override;
+ void device_start() override ATTR_COLD;
+ void device_reset() override ATTR_COLD;
private:
// Ready callback. This line is usually connected to the READY pin of the CPU.