summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/redalert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/redalert.cpp')
-rw-r--r--src/mame/video/redalert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/redalert.cpp b/src/mame/video/redalert.cpp
index 609794abbdb..e045aee9e26 100644
--- a/src/mame/video/redalert.cpp
+++ b/src/mame/video/redalert.cpp
@@ -166,7 +166,7 @@ VIDEO_START_MEMBER(redalert_state,redalert)
{
m_bitmap_colorram = std::make_unique<uint8_t[]>(0x0400);
- save_pointer(NAME(m_bitmap_colorram.get()), 0x0400);
+ save_pointer(NAME(m_bitmap_colorram), 0x0400);
m_control_xor = 0x00;
}