summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ram.cpp')
-rw-r--r--src/devices/machine/ram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ram.cpp b/src/devices/machine/ram.cpp
index 7ae8b6d8682..2a074e7cee3 100644
--- a/src/devices/machine/ram.cpp
+++ b/src/devices/machine/ram.cpp
@@ -167,7 +167,7 @@ void ram_device::device_start()
// register for state saving
save_item(NAME(m_size));
- save_pointer(NAME(m_pointer.get()), m_size);
+ save_pointer(NAME(m_pointer), m_size);
}