summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0110pcr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0110pcr.cpp')
-rw-r--r--src/mame/video/tc0110pcr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0110pcr.cpp b/src/mame/video/tc0110pcr.cpp
index e4743abc7af..05fd8d42c15 100644
--- a/src/mame/video/tc0110pcr.cpp
+++ b/src/mame/video/tc0110pcr.cpp
@@ -37,7 +37,7 @@ void tc0110pcr_device::device_start()
{
m_ram = make_unique_clear<uint16_t[]>(TC0110PCR_RAM_SIZE);
- save_pointer(NAME(m_ram.get()), TC0110PCR_RAM_SIZE);
+ save_pointer(NAME(m_ram), TC0110PCR_RAM_SIZE);
save_item(NAME(m_type));
save_item(NAME(m_addr));
machine().save().register_postload(save_prepost_delegate(FUNC(tc0110pcr_device::restore_colors), this));