mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Fixed merge name for devices in xml output (no whatsnew)
This commit is contained in:
parent
5380f33c79
commit
552a2a561d
@ -537,7 +537,8 @@ void info_xml_creator::output_rom(device_t &device)
|
|||||||
hash_collection hashes(ROM_GETHASHDATA(rom));
|
hash_collection hashes(ROM_GETHASHDATA(rom));
|
||||||
if (!hashes.flag(hash_collection::FLAG_NO_DUMP))
|
if (!hashes.flag(hash_collection::FLAG_NO_DUMP))
|
||||||
merge_name = get_merge_name(hashes);
|
merge_name = get_merge_name(hashes);
|
||||||
|
if (&device != &m_drivlist.config().root_device())
|
||||||
|
merge_name = NULL;
|
||||||
// scan for a BIOS name
|
// scan for a BIOS name
|
||||||
bios_name[0] = 0;
|
bios_name[0] = 0;
|
||||||
if (!is_disk && is_bios)
|
if (!is_disk && is_bios)
|
||||||
|
Loading…
Reference in New Issue
Block a user