diff options
Diffstat (limited to 'src/devices/cpu/i8089/i8089_ops.cpp')
-rw-r--r-- | src/devices/cpu/i8089/i8089_ops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i8089/i8089_ops.cpp b/src/devices/cpu/i8089/i8089_ops.cpp index c158b6a72eb..09c8f5cd037 100644 --- a/src/devices/cpu/i8089/i8089_ops.cpp +++ b/src/devices/cpu/i8089/i8089_ops.cpp @@ -411,5 +411,5 @@ void i8089_channel::xfer() void i8089_channel::invalid(int opc) { - logerror("%s('%s'): invalid opcode: %02x\n", shortname(), tag().c_str(), opc); + logerror("%s('%s'): invalid opcode: %02x\n", shortname(), tag(), opc); } |