summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/alpha8201.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/alpha8201.cpp')
-rw-r--r--src/mame/machine/alpha8201.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/alpha8201.cpp b/src/mame/machine/alpha8201.cpp
index fea973fb9e5..53cc7fec7b7 100644
--- a/src/mame/machine/alpha8201.cpp
+++ b/src/mame/machine/alpha8201.cpp
@@ -305,7 +305,7 @@ void alpha_8201_device::device_start()
memset(m_mcu_r, 0, sizeof(m_mcu_r));
// register for savestates
- save_pointer(NAME(m_shared_ram.get()), 0x400);
+ save_pointer(NAME(m_shared_ram), 0x400);
save_item(NAME(m_bus));
save_item(NAME(m_mcu_address));
save_item(NAME(m_mcu_d));