summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegaeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegaeo.cpp')
-rw-r--r--src/mame/drivers/vegaeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vegaeo.cpp b/src/mame/drivers/vegaeo.cpp
index 74e5821fa88..e51dde24ed0 100644
--- a/src/mame/drivers/vegaeo.cpp
+++ b/src/mame/drivers/vegaeo.cpp
@@ -153,7 +153,7 @@ INPUT_PORTS_END
VIDEO_START_MEMBER(vegaeo_state,vega)
{
m_vram = std::make_unique<uint8_t[]>(0x14000*2);
- save_pointer(NAME(m_vram.get()), 0x14000*2);
+ save_pointer(NAME(m_vram), 0x14000*2);
save_item(NAME(m_vbuffer));
}