summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/amis2000
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/amis2000')
-rw-r--r--src/devices/cpu/amis2000/amis2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/amis2000/amis2000.cpp b/src/devices/cpu/amis2000/amis2000.cpp
index 57ed4d99578..326437b5baa 100644
--- a/src/devices/cpu/amis2000/amis2000.cpp
+++ b/src/devices/cpu/amis2000/amis2000.cpp
@@ -75,7 +75,7 @@ void amis2000_base_device::state_string_export(const device_state_entry &entry,
switch (entry.index())
{
case STATE_GENFLAGS:
- strprintf(str, "%c%c%c%c%c%c",
+ str = string_format("%c%c%c%c%c%c",
m_f & 0x20 ? '6':'.',
m_f & 0x10 ? '5':'.',
m_f & 0x08 ? '4':'.',