Add diagnostic message to report ROM reading

This commit is contained in:
David Schmidt 2011-01-07 12:54:47 +00:00
parent 24376db6d4
commit a04a010658

View File

@ -820,6 +820,7 @@ config_load_roms()
"read %d bytes\n", errno, len, ret);
continue;
}
printf("Read: %d bytes of ROM in slot %d\n", ret, i);
fclose(file);
}
}