summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/quasar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/quasar.cpp')
-rw-r--r--src/mame/video/quasar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/quasar.cpp b/src/mame/video/quasar.cpp
index 86377605bd7..8f94b3b89e0 100644
--- a/src/mame/video/quasar.cpp
+++ b/src/mame/video/quasar.cpp
@@ -98,7 +98,7 @@ VIDEO_START_MEMBER(quasar_state,quasar)
/* register save */
save_item(NAME(m_collision_background));
- save_pointer(NAME(m_effectram.get()), 0x400);
+ save_pointer(NAME(m_effectram), 0x400);
}
uint32_t quasar_state::screen_update_quasar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)