summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6270.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6270.cpp')
-rw-r--r--src/devices/video/huc6270.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6270.cpp b/src/devices/video/huc6270.cpp
index 38c379d1a80..0c6fa5b2fc1 100644
--- a/src/devices/video/huc6270.cpp
+++ b/src/devices/video/huc6270.cpp
@@ -842,7 +842,7 @@ void huc6270_device::device_start()
m_vram = make_unique_clear<uint16_t[]>(m_vram_size/sizeof(uint16_t));
m_vram_mask = (m_vram_size >> 1) - 1;
- save_pointer(NAME(m_vram.get()), m_vram_size/sizeof(uint16_t));
+ save_pointer(NAME(m_vram), m_vram_size/sizeof(uint16_t));
save_item(NAME(m_register_index));
save_item(NAME(m_mawr));