summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp595.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp595.cpp')
-rw-r--r--src/devices/bus/vip/vp595.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vip/vp595.cpp b/src/devices/bus/vip/vp595.cpp
index a880c33f7e0..d6da49aadd7 100644
--- a/src/devices/bus/vip/vp595.cpp
+++ b/src/devices/bus/vip/vp595.cpp
@@ -77,7 +77,7 @@ void vp595_device::vip_io_w(address_space &space, offs_t offset, uint8_t data)
{
if (!data) data = 0x80;
- m_pfg->str_w(data);
+ m_pfg->write_str(data);
}
}