summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/gf4500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/gf4500.cpp')
-rw-r--r--src/devices/video/gf4500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/gf4500.cpp b/src/devices/video/gf4500.cpp
index 4f48a14b9ef..b03fa40d3fc 100644
--- a/src/devices/video/gf4500.cpp
+++ b/src/devices/video/gf4500.cpp
@@ -48,7 +48,7 @@ void gf4500_device::device_start()
{
m_data = make_unique_clear<uint32_t[]>(0x140000/4);
- save_pointer(NAME(m_data.get()), 0x140000/4);
+ save_pointer(NAME(m_data), 0x140000/4);
save_item(NAME(m_screen_x));
save_item(NAME(m_screen_y));
save_item(NAME(m_screen_x_max));