mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
Compile fix (nw)
This commit is contained in:
parent
54f7422c2a
commit
bce4fcd1d7
@ -1128,7 +1128,7 @@ void info_xml_creator::output_ports(const ioport_list &portlist)
|
||||
// cycle through ports
|
||||
for (ioport_port &port : portlist)
|
||||
{
|
||||
fprintf(m_output,"\t\t<port tag=\"%s\">\n", xml_normalize_string(port->tag()));
|
||||
fprintf(m_output,"\t\t<port tag=\"%s\">\n", xml_normalize_string(port.tag()));
|
||||
for (ioport_field &field : port.fields())
|
||||
{
|
||||
if(field.is_analog())
|
||||
|
Loading…
Reference in New Issue
Block a user