Display all warnings during validate of devices shortname (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-02-10 20:25:27 +00:00
parent 601056b130
commit a9dc2227c9

View File

@ -1098,7 +1098,6 @@ static bool validate_devices(const machine_config &config, const ioport_list &po
if (devconfig->rom_region()!=NULL && (strcmp(devconfig->shortname(),"") == 0)) {
mame_printf_warning("Device %s does not have short name defined\n", devconfig->name());
break;
}
/* check for device-specific validity check */
if (devconfig->validity_check(driver))