mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
listxml fix (nw)
This commit is contained in:
parent
e4b41f5644
commit
e22af46237
@ -1210,6 +1210,7 @@ void info_xml_creator::output_slots()
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const slot_interface* intf = slot->get_slot_interfaces();
|
const slot_interface* intf = slot->get_slot_interfaces();
|
||||||
|
if (intf)
|
||||||
for (int i = 0; intf[i].name != NULL; i++)
|
for (int i = 0; intf[i].name != NULL; i++)
|
||||||
{
|
{
|
||||||
fprintf(m_output, "\t\t\t<slotoption");
|
fprintf(m_output, "\t\t\t<slotoption");
|
||||||
|
Loading…
Reference in New Issue
Block a user