mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Inadvertent omission that was bound to fail (nw)
This commit is contained in:
parent
0188b4e80b
commit
39e7859ab0
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user