summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dgpix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dgpix.cpp')
-rw-r--r--src/mame/drivers/dgpix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dgpix.cpp b/src/mame/drivers/dgpix.cpp
index 513a17dd9e0..dbd18df8213 100644
--- a/src/mame/drivers/dgpix.cpp
+++ b/src/mame/drivers/dgpix.cpp
@@ -385,7 +385,7 @@ void dgpix_state::video_start()
{
m_vram = std::make_unique<uint32_t[]>(0x40000*2/4);
- save_pointer(NAME(m_vram.get()), 0x40000*2/4);
+ save_pointer(NAME(m_vram), 0x40000*2/4);
}
uint32_t dgpix_state::screen_update_dgpix(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)