MEGA65 / mega65-freezemenu

Freeze Menu Program for the MEGA65
GNU General Public License v3.0
8 stars 11 forks source link

Refactor Freezer modules #31

Closed lydon42 closed 2 years ago

lydon42 commented 2 years ago

Currently a rebuild of freezer is done by M3wP so refactoring the existing freezer is not required anymore.

This aims to do the following:

lydon42 commented 2 years ago

As the new freezer is currently in question, it again makes sense to refactor the modules and make it clearer to understand what is really needed. In the same sense, detection & logic should be made separate from display where possible, so it becomes easier to move functions to a new display framework, if this happens.