Skip to content

Conversation

@rhalkyard
Copy link
Contributor

Based on @greg-king5's comment on PR #40, I reworked prefs_clear to just use screen_block_draw, which does all the scaling for us, and got rid of all the redundant scaling logic that I added (and the special-case ifdef for the Apple 2).

As a side effect, since screen_block_draw asserts flow control, it was necessary to add a dummy flow-control function, that the flow on/off function pointers can point at until the drivers are loaded.

No need to do all of that scaling ourselves when we can just use the
screen routines to do it for us.

Since screen_block_draw asserts flow control, it was necessary
to add a dummy flow-control function, that the flow on/off function
pointers can point at until the drivers are loaded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants