summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco156.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco156.cpp')
-rw-r--r--src/mame/drivers/deco156.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deco156.cpp b/src/mame/drivers/deco156.cpp
index a9b7ac8ca32..878c21d1285 100644
--- a/src/mame/drivers/deco156.cpp
+++ b/src/mame/drivers/deco156.cpp
@@ -87,7 +87,7 @@ void deco156_state::video_start()
/* and register the allocated ram so that save states still work */
save_item(NAME(m_pf1_rowscroll));
save_item(NAME(m_pf2_rowscroll));
- save_pointer(NAME(m_spriteram.get()), 0x2000/2);
+ save_pointer(NAME(m_spriteram), 0x2000/2);
}