summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0100scn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0100scn.cpp')
-rw-r--r--src/mame/video/tc0100scn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0100scn.cpp b/src/mame/video/tc0100scn.cpp
index 9b7ad0fac2b..cc4a37b0e3e 100644
--- a/src/mame/video/tc0100scn.cpp
+++ b/src/mame/video/tc0100scn.cpp
@@ -283,7 +283,7 @@ void tc0100scn_device::device_start()
set_colbanks(0, 0, 0); /* standard values, only Wgp & multiscreen games change them */
/* we call this here, so that they can be modified at video_start*/
- save_pointer(NAME(m_ram.get()), TC0100SCN_RAM_SIZE / 2);
+ save_pointer(NAME(m_ram), TC0100SCN_RAM_SIZE / 2);
save_item(NAME(m_ctrl));
save_item(NAME(m_dblwidth));
save_item(NAME(m_gfxbank));