summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/28fxxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/28fxxx.cpp')
-rw-r--r--src/devices/machine/28fxxx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/28fxxx.cpp b/src/devices/machine/28fxxx.cpp
index 9ef279dcd44..3d9bdeb639b 100644
--- a/src/devices/machine/28fxxx.cpp
+++ b/src/devices/machine/28fxxx.cpp
@@ -75,7 +75,7 @@ void base_28fxxx_device::device_start()
m_data = std::make_unique<u8[]>(m_size);
save_item(NAME(m_program_power));
- save_pointer(NAME(m_data.get()), m_size);
+ save_pointer(NAME(m_data), m_size);
save_item(NAME(m_state));
save_item(NAME(m_address_latch));