summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tlc34076.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tlc34076.cpp')
-rw-r--r--src/devices/video/tlc34076.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/tlc34076.cpp b/src/devices/video/tlc34076.cpp
index a5374b3f5a3..c33b302a3b8 100644
--- a/src/devices/video/tlc34076.cpp
+++ b/src/devices/video/tlc34076.cpp
@@ -57,7 +57,7 @@ void tlc34076_device::device_start()
for (int i = 0; i < 3; i++)
{
m_local_paletteram[i] = std::make_unique<uint8_t[]>(0x100);
- save_pointer(NAME(m_local_paletteram[i].get()), 0x100, i);
+ save_pointer(NAME(m_local_paletteram[i]), 0x100, i);
}
save_item(NAME(m_regs));