summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32051/32051ops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32051/32051ops.hxx')
-rw-r--r--src/devices/cpu/tms32051/32051ops.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms32051/32051ops.hxx b/src/devices/cpu/tms32051/32051ops.hxx
index e74fa06f1be..38d125a9de5 100644
--- a/src/devices/cpu/tms32051/32051ops.hxx
+++ b/src/devices/cpu/tms32051/32051ops.hxx
@@ -1378,7 +1378,7 @@ void tms32051_device::op_out()
uint16_t ea = GET_ADDRESS();
uint16_t data = DM_READ16(ea);
- m_io->write_word(port << 1, data);
+ m_io.write_word(port << 1, data);
// TODO: handle repeat
CYCLES(3);