jeffXvX / Wheel-of-Fortune-Maker

Create customized puzzles for Wheel of Fortune (NES)
1 stars 1 forks source link

Check ROM validity #15

Closed jeffXvX closed 5 years ago

jeffXvX commented 5 years ago

Make sure the ROM that's uploaded has the right hash

tme321 commented 5 years ago

A basic framework for errors with both the ability to show dialogs and an errors log in side the app has been added. These are both very basic for now but the groundwork has been laid so that it can be expanded as needed later.

The checksum of the supplied ROM is compared against the known good checksum and an error is displayed and logged if they do not match. While this could certainly be made to look nicer and such the functionality works so I'm closing this one. If we want to later we can create another issue about restyling in general.