summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/seals8k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/seals8k.cpp')
-rw-r--r--src/devices/bus/s100/seals8k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/seals8k.cpp b/src/devices/bus/s100/seals8k.cpp
index 354832766f3..79e90a29d4f 100644
--- a/src/devices/bus/s100/seals8k.cpp
+++ b/src/devices/bus/s100/seals8k.cpp
@@ -154,7 +154,7 @@ ioport_constructor s100_8k_sc_device::device_input_ports() const
void s100_8k_sc_device::device_start()
{
m_ram = make_unique_clear<u8[]>(0x2000);
- save_pointer(NAME(m_ram.get()), 0x2000);
+ save_pointer(NAME(m_ram), 0x2000);
}