summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rstbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rstbuf.h')
-rw-r--r--src/devices/machine/rstbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rstbuf.h b/src/devices/machine/rstbuf.h
index b6bdd871ff4..4296b79e6d5 100644
--- a/src/devices/machine/rstbuf.h
+++ b/src/devices/machine/rstbuf.h
@@ -33,7 +33,7 @@ protected:
rst_buffer_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock);
// device_t implementation
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
// synchronization helpers
void sync_input(bool state, u8 mask);