mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
whoops (nt)
This commit is contained in:
parent
6ec6aa4926
commit
ee6106ee5f
@ -310,9 +310,9 @@ media_auditor::summary media_auditor::summarize(const char *name, std::ostream *
|
||||
{
|
||||
device_t *const shared_device = record.shared_device();
|
||||
if (shared_device)
|
||||
util::stream_format(*output, "NOT FOUND\n");
|
||||
else
|
||||
util::stream_format(*output, "NOT FOUND (%s)\n", shared_device->shortname());
|
||||
else
|
||||
util::stream_format(*output, "NOT FOUND\n");
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user