summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/info.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-04-08 14:12:02 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-04-08 14:12:02 +0000
commit35e09dd41cd03aff312a57959b893d3f6a028667 (patch)
tree8f3722f6d0de9c0df55b8fc84c939316460b692e /src/emu/info.c
parent8d66a9445a44da9438637aa17f3cd421564c8f5a (diff)
Clean-ups and version bumpmame0145u6
Diffstat (limited to 'src/emu/info.c')
-rw-r--r--src/emu/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.c b/src/emu/info.c
index e2c59d31e3e..cc39d76f85d 100644
--- a/src/emu/info.c
+++ b/src/emu/info.c
@@ -537,7 +537,7 @@ void info_xml_creator::output_rom(device_t &device)
hash_collection hashes(ROM_GETHASHDATA(rom));
if (!hashes.flag(hash_collection::FLAG_NO_DUMP))
merge_name = get_merge_name(hashes);
- if (&device != &m_drivlist.config().root_device())
+ if (&device != &m_drivlist.config().root_device())
merge_name = NULL;
// scan for a BIOS name
bios_name[0] = 0;