summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k573dio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k573dio.cpp')
-rw-r--r--src/mame/machine/k573dio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/k573dio.cpp b/src/mame/machine/k573dio.cpp
index 84e8e79d1d3..a83edb91e3e 100644
--- a/src/mame/machine/k573dio.cpp
+++ b/src/mame/machine/k573dio.cpp
@@ -113,7 +113,7 @@ void k573dio_device::device_start()
{
output_cb.resolve_safe();
ram = std::make_unique<uint16_t[]>(12 * 1024 * 1024 );
- save_pointer( NAME(ram.get()), 12 * 1024 * 1024 );
+ save_pointer(NAME(ram), 12 * 1024 * 1024 );
}
void k573dio_device::device_reset()