mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
devices with samples shall specify sampleof too. nw.
This commit is contained in:
parent
e79775ef43
commit
528f8ce1a3
@ -344,6 +344,7 @@ void info_xml_creator::output_one_device(device_t &device, const char *devtag)
|
||||
fprintf(m_output, " sourcefile=\"%s\"", xml_normalize_string(device.source()));
|
||||
fprintf(m_output, " isdevice=\"yes\"");
|
||||
fprintf(m_output, " runnable=\"no\"");
|
||||
output_sampleof();
|
||||
fprintf(m_output, ">\n");
|
||||
fprintf(m_output, "\t\t<description>%s</description>\n", xml_normalize_string(device.name()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user