summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcofl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcofl.cpp')
-rw-r--r--src/mame/drivers/namcofl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcofl.cpp b/src/mame/drivers/namcofl.cpp
index c3804e9cfaf..8f2349c5060 100644
--- a/src/mame/drivers/namcofl.cpp
+++ b/src/mame/drivers/namcofl.cpp
@@ -795,7 +795,7 @@ ROM_END
void namcofl_state::common_init()
{
m_workram = std::make_unique<uint32_t[]>(0x100000/4);
- save_pointer(NAME(m_workram.get()), 0x100000/4),
+ save_pointer(NAME(m_workram), 0x100000/4),
save_item(NAME(m_mcu_port6));
save_item(NAME(m_sprbank));