summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intellec4/prommemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intellec4/prommemory.cpp')
-rw-r--r--src/devices/bus/intellec4/prommemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intellec4/prommemory.cpp b/src/devices/bus/intellec4/prommemory.cpp
index 87583d79cac..2a0c783d030 100644
--- a/src/devices/bus/intellec4/prommemory.cpp
+++ b/src/devices/bus/intellec4/prommemory.cpp
@@ -109,7 +109,7 @@ public:
virtual char const *image_brief_type_name() const noexcept override { return "prom"; }
protected:
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
void allocate();