summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomim1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomim1.cpp')
-rw-r--r--src/mame/machine/naomim1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomim1.cpp b/src/mame/machine/naomim1.cpp
index 5cc4170f072..8e91c5b7cf9 100644
--- a/src/mame/machine/naomim1.cpp
+++ b/src/mame/machine/naomim1.cpp
@@ -47,7 +47,7 @@ void naomi_m1_board::device_start()
buffer = std::make_unique<uint8_t[]>(BUFFER_SIZE);
- save_pointer(NAME(buffer.get()), BUFFER_SIZE);
+ save_pointer(NAME(buffer), BUFFER_SIZE);
save_item(NAME(dict));
save_item(NAME(hist));
save_item(NAME(rom_cur_address));