Previous 199869 Revisions Next

r34817 Saturday 24th January, 2015 at 23:13:59 UTC by Alex Marshall
Don't error if there is just an incorrect ROM
[src/emu/ui]selgame.c

trunk/src/emu/ui/selgame.c
r243328r243329
157157      media_auditor::summary summary = auditor.audit_media(AUDIT_VALIDATE_FAST);
158158
159159      // if everything looks good, schedule the new driver
160      if (summary == media_auditor::CORRECT || summary == media_auditor::BEST_AVAILABLE || summary == media_auditor::NONE_NEEDED)
160      if (summary == media_auditor::CORRECT || summary == media_auditor::BEST_AVAILABLE || summary == media_auditor::NONE_NEEDED || summary == media_auditor::INCORRECT)
161161      {
162162         machine().manager().schedule_new_driver(*driver);
163163         machine().schedule_hard_reset();


Previous 199869 Revisions Next


© 1997-2024 The MAME Team