summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/excellent_spr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/excellent_spr.cpp')
-rw-r--r--src/mame/video/excellent_spr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/excellent_spr.cpp b/src/mame/video/excellent_spr.cpp
index 7b5168563d0..41a8874b2f7 100644
--- a/src/mame/video/excellent_spr.cpp
+++ b/src/mame/video/excellent_spr.cpp
@@ -32,7 +32,7 @@ excellent_spr_device::excellent_spr_device(const machine_config &mconfig, const
void excellent_spr_device::device_start()
{
m_ram = make_unique_clear<uint8_t[]>(0x1000);
- save_pointer(NAME(m_ram.get()), 0x1000);
+ save_pointer(NAME(m_ram), 0x1000);
}