diff options
Diffstat (limited to 'src/devices/bus/ti99/peb/pgram.h')
-rw-r--r-- | src/devices/bus/ti99/peb/pgram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/pgram.h b/src/devices/bus/ti99/peb/pgram.h index d050c3deac7..27feb1768cc 100644 --- a/src/devices/bus/ti99/peb/pgram.h +++ b/src/devices/bus/ti99/peb/pgram.h @@ -38,8 +38,8 @@ public: DECLARE_INPUT_CHANGED_MEMBER( sw2_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; // Settings |