summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/graphlinkhle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/graphlinkhle.cpp')
-rw-r--r--src/devices/bus/ti8x/graphlinkhle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti8x/graphlinkhle.cpp b/src/devices/bus/ti8x/graphlinkhle.cpp
index 4e364f644ed..1b2cc9c2465 100644
--- a/src/devices/bus/ti8x/graphlinkhle.cpp
+++ b/src/devices/bus/ti8x/graphlinkhle.cpp
@@ -32,7 +32,7 @@ void graph_link_hle_device::device_start()
{
m_buffer = std::make_unique<u8 []>(BUFLEN);
- save_pointer(NAME(m_buffer.get()), BUFLEN);
+ save_pointer(NAME(m_buffer), BUFLEN);
}