summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/eolith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/eolith.cpp')
-rw-r--r--src/mame/video/eolith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/eolith.cpp b/src/mame/video/eolith.cpp
index 2df768faaef..a1d4cc94fc0 100644
--- a/src/mame/video/eolith.cpp
+++ b/src/mame/video/eolith.cpp
@@ -24,7 +24,7 @@ READ16_MEMBER(eolith_state::eolith_vram_r)
VIDEO_START_MEMBER(eolith_state,eolith)
{
m_vram = std::make_unique<uint16_t[]>(0x40000);
- save_pointer(NAME(m_vram.get()), 0x40000);
+ save_pointer(NAME(m_vram), 0x40000);
save_item(NAME(m_buffer));
}