summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intellec4/tapereader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intellec4/tapereader.cpp')
-rw-r--r--src/devices/bus/intellec4/tapereader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intellec4/tapereader.cpp b/src/devices/bus/intellec4/tapereader.cpp
index ef42f617832..f935b7c216e 100644
--- a/src/devices/bus/intellec4/tapereader.cpp
+++ b/src/devices/bus/intellec4/tapereader.cpp
@@ -34,7 +34,7 @@ public:
virtual char const *file_extensions() const noexcept override { return "bnpf,hex,lst,txt"; }
protected:
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
u8 rom4_in() { return m_ready ? 0x07U : 0x0fU; }