summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slotcarn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slotcarn.cpp')
-rw-r--r--src/mame/drivers/slotcarn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/slotcarn.cpp b/src/mame/drivers/slotcarn.cpp
index 32d9c603615..5d8720a3031 100644
--- a/src/mame/drivers/slotcarn.cpp
+++ b/src/mame/drivers/slotcarn.cpp
@@ -534,7 +534,7 @@ GFXDECODE_END
void slotcarn_state::machine_start()
{
m_ram_palette = std::make_unique<uint8_t[]>(RAM_PALETTE_SIZE);
- save_pointer(NAME(m_ram_palette.get()), RAM_PALETTE_SIZE);
+ save_pointer(NAME(m_ram_palette), RAM_PALETTE_SIZE);
}
/***********************************