jeffXvX / Wheel-of-Fortune-Maker

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

Make rom constants configurable #7

Closed tme321 closed 5 years ago

tme321 commented 5 years ago

Rom constants moved to a store driven service. This way different configurations can be loaded if different versions of the rom just have different addresses for the information to be replaced. This is a stretch goal and not a priority but setting it up to potentially enable it in the future was simple.

The known values for the initial revision are automatically loaded and otherwise there should be no functional changes from the previous version.