summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bigevglf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bigevglf.cpp')
-rw-r--r--src/mame/video/bigevglf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bigevglf.cpp b/src/mame/video/bigevglf.cpp
index b6cdc74fa5f..0d22bda8cb1 100644
--- a/src/mame/video/bigevglf.cpp
+++ b/src/mame/video/bigevglf.cpp
@@ -63,7 +63,7 @@ void bigevglf_state::video_start()
m_vidram = std::make_unique<uint8_t[]>(0x100 * 0x100 * 4);
- save_pointer(NAME(m_vidram.get()), 0x100 * 0x100 * 4);
+ save_pointer(NAME(m_vidram), 0x100 * 0x100 * 4);
}
void bigevglf_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect )