Inadvertent omission that was bound to fail (nw)

This commit is contained in:
AJR 2017-04-12 23:13:31 -04:00
parent 0188b4e80b
commit 39e7859ab0

View File

@ -68,7 +68,7 @@ ioport_value msm6253_device::port_read()
if (m_analog_ports[port].found()) if (m_analog_ports[port].found())
return m_analog_ports[port]->read(); 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; return 0xff;
} }