summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayv1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayv1.cpp')
-rw-r--r--src/mame/drivers/maygayv1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygayv1.cpp b/src/mame/drivers/maygayv1.cpp
index 1afcd41f612..33e88077d62 100644
--- a/src/mame/drivers/maygayv1.cpp
+++ b/src/mame/drivers/maygayv1.cpp
@@ -865,7 +865,7 @@ void maygayv1_state::machine_start()
i82716.dram = std::make_unique<uint16_t[]>(0x80000/2); // ???
i82716.line_buf = std::make_unique<uint8_t[]>(512);
- save_pointer(NAME(i82716.dram.get()), 0x40000);
+ save_pointer(NAME(i82716.dram), 0x40000);
}
void maygayv1_state::machine_reset()