summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tn_ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tn_ide.h')
-rw-r--r--src/devices/bus/ti99/peb/tn_ide.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/tn_ide.h b/src/devices/bus/ti99/peb/tn_ide.h
index fba16021778..1ac042cde38 100644
--- a/src/devices/bus/ti99/peb/tn_ide.h
+++ b/src/devices/bus/ti99/peb/tn_ide.h
@@ -37,8 +37,8 @@ public:
DECLARE_INPUT_CHANGED_MEMBER( mode_changed );
private:
- void device_start() override;
- void device_reset() override;
+ void device_start() override ATTR_COLD;
+ void device_reset() override ATTR_COLD;
void device_add_mconfig(machine_config &config) override;
ioport_constructor device_input_ports() const override;