summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/x2212.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/x2212.cpp')
-rw-r--r--src/devices/machine/x2212.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/x2212.cpp b/src/devices/machine/x2212.cpp
index c9738d69aa1..1871d03c4da 100644
--- a/src/devices/machine/x2212.cpp
+++ b/src/devices/machine/x2212.cpp
@@ -53,8 +53,8 @@ void x2212_device::device_start()
save_item(NAME(m_store));
save_item(NAME(m_array_recall));
- save_pointer(NAME(m_sram.get()), m_size_data);
- save_pointer(NAME(m_e2prom.get()), m_size_data);
+ save_pointer(NAME(m_sram), m_size_data);
+ save_pointer(NAME(m_e2prom), m_size_data);
}