summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0280grd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0280grd.cpp')
-rw-r--r--src/mame/video/tc0280grd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0280grd.cpp b/src/mame/video/tc0280grd.cpp
index 70713f7cdc3..38c091cf34d 100644
--- a/src/mame/video/tc0280grd.cpp
+++ b/src/mame/video/tc0280grd.cpp
@@ -50,7 +50,7 @@ void tc0280grd_device::device_start()
m_ram = make_unique_clear<uint16_t[]>(TC0280GRD_RAM_SIZE / 2);
- save_pointer(NAME(m_ram.get()), TC0280GRD_RAM_SIZE / 2);
+ save_pointer(NAME(m_ram), TC0280GRD_RAM_SIZE / 2);
save_item(NAME(m_ctrl));
}