summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ladybug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ladybug.cpp')
-rw-r--r--src/mame/video/ladybug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/ladybug.cpp b/src/mame/video/ladybug.cpp
index 718879683da..13c64dda857 100644
--- a/src/mame/video/ladybug.cpp
+++ b/src/mame/video/ladybug.cpp
@@ -105,8 +105,8 @@ void ladybug_video_device::device_start()
m_bg_tilemap->set_scroll_rows(32);
m_bg_tilemap->set_transparent_pen(0);
- save_pointer(NAME(m_spr_ram.get()), 0x0400);
- save_pointer(NAME(m_bg_ram.get()), 0x0800);
+ save_pointer(NAME(m_spr_ram), 0x0400);
+ save_pointer(NAME(m_bg_ram), 0x0800);
}
TILE_GET_INFO_MEMBER(ladybug_video_device::get_bg_tile_info)