summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/snes_snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/snes_snd.cpp')
-rw-r--r--src/mame/audio/snes_snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/snes_snd.cpp b/src/mame/audio/snes_snd.cpp
index 04a51c592e8..0365c65d608 100644
--- a/src/mame/audio/snes_snd.cpp
+++ b/src/mame/audio/snes_snd.cpp
@@ -171,7 +171,7 @@ void snes_sound_device::device_start()
m_tick_timer = timer_alloc(TIMER_TICK_ID);
state_register();
- save_pointer(NAME(m_ram.get()), SNES_SPCRAM_SIZE);
+ save_pointer(NAME(m_ram), SNES_SPCRAM_SIZE);
}
//-------------------------------------------------