summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/quizdna.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/quizdna.cpp')
-rw-r--r--src/mame/video/quizdna.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/quizdna.cpp b/src/mame/video/quizdna.cpp
index e8b69194950..ce4f2911194 100644
--- a/src/mame/video/quizdna.cpp
+++ b/src/mame/video/quizdna.cpp
@@ -61,8 +61,8 @@ void quizdna_state::video_start()
m_fg_tilemap->set_transparent_pen(0 );
- save_pointer(NAME(m_bg_ram.get()), 0x2000);
- save_pointer(NAME(m_fg_ram.get()), 0x1000);
+ save_pointer(NAME(m_bg_ram), 0x2000);
+ save_pointer(NAME(m_fg_ram), 0x1000);
save_item(NAME(m_bg_xscroll));
save_item(NAME(m_flipscreen));
save_item(NAME(m_video_enable));