summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cocoloco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cocoloco.cpp')
-rw-r--r--src/mame/drivers/cocoloco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cocoloco.cpp b/src/mame/drivers/cocoloco.cpp
index e2a960167a2..eb1f1d53d47 100644
--- a/src/mame/drivers/cocoloco.cpp
+++ b/src/mame/drivers/cocoloco.cpp
@@ -304,7 +304,7 @@ void cocoloco_state::video_start()
{
m_videoram = std::make_unique<uint8_t[]>(0x2000 * 8);
- save_pointer(NAME(m_videoram.get()), 0x2000 * 8);
+ save_pointer(NAME(m_videoram), 0x2000 * 8);
save_item(NAME(m_videobank));
}