summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcoic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcoic.cpp')
-rw-r--r--src/mame/machine/namcoic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namcoic.cpp b/src/mame/machine/namcoic.cpp
index e5469defe3e..40f6f2809e2 100644
--- a/src/mame/machine/namcoic.cpp
+++ b/src/mame/machine/namcoic.cpp
@@ -58,7 +58,7 @@ void namcos2_shared_state::c123_tilemap_init( int gfxbank, void *maskBaseAddr, c
}
save_item(NAME(m_c123_TilemapInfo.control));
- save_pointer(NAME(m_c123_TilemapInfo.videoram.get()), 0x10000);
+ save_pointer(NAME(m_c123_TilemapInfo.videoram), 0x10000);
}
void namcos2_shared_state::c123_tilemap_draw( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int pri )