diff options
-rw-r--r-- | src/devices/machine/msm6253.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/msm6253.cpp b/src/devices/machine/msm6253.cpp index ad777bcaccb..450b178f701 100644 --- a/src/devices/machine/msm6253.cpp +++ b/src/devices/machine/msm6253.cpp @@ -68,7 +68,7 @@ ioport_value msm6253_device::port_read() if (m_analog_ports[port].found()) return m_analog_ports[port]->read(); - logerror("%s: Read from unassigned IN%d\n", port); + logerror("%s: Read from unassigned IN%d\n", machine().describe_context(), port); return 0xff; } |