summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/roul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/roul.cpp')
-rw-r--r--src/mame/drivers/roul.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/roul.cpp b/src/mame/drivers/roul.cpp
index ce47ca5cf15..c3ac6616a4d 100644
--- a/src/mame/drivers/roul.cpp
+++ b/src/mame/drivers/roul.cpp
@@ -248,7 +248,7 @@ void roul_state::video_start()
m_videobuf = make_unique_clear<uint8_t[]>(VIDEOBUF_SIZE);
save_item(NAME(m_reg));
- save_pointer(NAME(m_videobuf.get()), VIDEOBUF_SIZE);
+ save_pointer(NAME(m_videobuf), VIDEOBUF_SIZE);
save_item(NAME(m_lamp_old));
}