summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/strata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/strata.h')
-rw-r--r--src/devices/machine/strata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/strata.h b/src/devices/machine/strata.h
index 0c6f487c50e..befb07d3c9b 100644
--- a/src/devices/machine/strata.h
+++ b/src/devices/machine/strata.h
@@ -21,7 +21,7 @@ public:
protected:
// device-level overrides
- void device_start() override;
+ void device_start() override ATTR_COLD;
void nvram_default() override;
bool nvram_read(util::read_stream &file) override;