summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/sr/gt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/interpro/sr/gt.cpp')
-rw-r--r--src/devices/bus/interpro/sr/gt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/interpro/sr/gt.cpp b/src/devices/bus/interpro/sr/gt.cpp
index e840f973ed9..409ddcd18f8 100644
--- a/src/devices/bus/interpro/sr/gt.cpp
+++ b/src/devices/bus/interpro/sr/gt.cpp
@@ -409,8 +409,8 @@ void gt_device_base::device_start()
gt.buffer.reset(new u8[GT_BUFFER_SIZE * 2]);
gt.mask.reset(new u8[GT_BUFFER_SIZE * 2]);
- save_pointer(gt.buffer.get(), util::string_format("buffer%i", i).c_str(), GT_BUFFER_SIZE * 2);
- save_pointer(gt.mask.get(), util::string_format("mask%i", i).c_str(), GT_BUFFER_SIZE * 2);
+ save_pointer(NAME(gt.buffer), GT_BUFFER_SIZE * 2, i);
+ save_pointer(NAME(gt.mask), GT_BUFFER_SIZE * 2, i);
}
// allocate timers