summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kangaroo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kangaroo.cpp')
-rw-r--r--src/mame/video/kangaroo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kangaroo.cpp b/src/mame/video/kangaroo.cpp
index 93ad46ed797..f8ce9c49314 100644
--- a/src/mame/video/kangaroo.cpp
+++ b/src/mame/video/kangaroo.cpp
@@ -19,7 +19,7 @@ void kangaroo_state::video_start()
{
/* video RAM is accessed 32 bits at a time (two planes, 4bpp each, 4 pixels) */
m_videoram = std::make_unique<uint32_t[]>(256 * 64);
- save_pointer(NAME(m_videoram.get()), 256 * 64);
+ save_pointer(NAME(m_videoram), 256 * 64);
}