summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dblcrown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dblcrown.cpp')
-rw-r--r--src/mame/drivers/dblcrown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dblcrown.cpp b/src/mame/drivers/dblcrown.cpp
index 091397b5d83..4c1f547f54f 100644
--- a/src/mame/drivers/dblcrown.cpp
+++ b/src/mame/drivers/dblcrown.cpp
@@ -127,7 +127,7 @@ void dblcrown_state::video_start()
m_pal_ram = std::make_unique<uint8_t[]>(0x200 * 2);
m_vram = std::make_unique<uint8_t[]>(0x1000 * 0x10);
- save_pointer(NAME(m_vram.get()), 0x1000 * 0x10);
+ save_pointer(NAME(m_vram), 0x1000 * 0x10);
}
uint32_t dblcrown_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect )