summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb_vcu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb_vcu.cpp')
-rw-r--r--src/devices/video/mb_vcu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/mb_vcu.cpp b/src/devices/video/mb_vcu.cpp
index d0c385f94dd..8d0f921be12 100644
--- a/src/devices/video/mb_vcu.cpp
+++ b/src/devices/video/mb_vcu.cpp
@@ -186,8 +186,8 @@ void mb_vcu_device::device_start()
}
save_item(NAME(m_status));
- save_pointer(NAME(m_ram.get()), 0x800);
- save_pointer(NAME(m_palram.get()), 0x100);
+ save_pointer(NAME(m_ram), 0x800);
+ save_pointer(NAME(m_palram), 0x100);
save_item(NAME(m_param_offset_latch));
save_item(NAME(m_xpos));
save_item(NAME(m_ypos));