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 d3d1629ca1f..0eab857a72f 100644
--- a/src/devices/bus/intellec4/prommemory.cpp
+++ b/src/devices/bus/intellec4/prommemory.cpp
@@ -45,7 +45,7 @@ void imm6_26_device::device_start()
{
allocate();
- save_pointer(NAME(m_data.get()), 4096U);
+ save_pointer(NAME(m_data), 4096U);
}