Closed robin-raymond closed 1 year ago
Related to issue https://github.com/sehugg/dithertron/issues/18
Looks great! I didn't know the VIC-20 had such capabilities, it doesn't look half bad. I'm trying out a new system select menu, it hides the sub-options until you select the main one. I think it's a little more palatable for casual users but still a WIP. Thanks again!
The Vic 20 has some unique attributes that are similar but different than the Commodore 64. The Vic 20 doesn't have a true graphics mode but instead relies on character re-imaging and color choices to make a pseudo bitmap. Combined with the Vic 20's flexible screen sizes, this makes an interesting target.
Some key differences added:
Code changes (some refactoring):
This replaces PR: https://github.com/sehugg/dithertron/pull/19