summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mb60553.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mb60553.cpp')
-rw-r--r--src/mame/video/mb60553.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/mb60553.cpp b/src/mame/video/mb60553.cpp
index c9676a60f29..894c7e91710 100644
--- a/src/mame/video/mb60553.cpp
+++ b/src/mame/video/mb60553.cpp
@@ -42,8 +42,8 @@ void mb60553_zooming_tilemap_device::device_start()
m_lineram = make_unique_clear<uint16_t[]>(0x1000/2);
m_vram = make_unique_clear<uint16_t[]>(0x4000/2);
- save_pointer(NAME(m_lineram.get()), 0x1000/2);
- save_pointer(NAME(m_vram.get()), 0x4000/2);
+ save_pointer(NAME(m_lineram), 0x1000/2);
+ save_pointer(NAME(m_vram), 0x4000/2);
save_item(NAME(m_pal_base));
save_item(NAME(m_bank));
save_item(NAME(m_regs));