Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WISHLIST: Resizable Screen #38

Open
OzHawk opened this issue Sep 17, 2020 · 0 comments
Open

WISHLIST: Resizable Screen #38

OzHawk opened this issue Sep 17, 2020 · 0 comments

Comments

@OzHawk
Copy link
Collaborator

OzHawk commented Sep 17, 2020

The Vic20 had this great option in the VIC display processor where you could resize the number of characters on the display (x and/or y). The only problem with it is that the X and Y sizes used by the Kernel were hardcoded, so that it would no longer character wrap at the correct place on the line.

Modify the Kernal to allow dynamic resizing of the screen size such that the kernel correctly wraps and scrolls and the correct places.

This would also make it easier to change the character size, if desired, to a more common 8x8 characters. (This would probably require a rebuild of the kernel.)

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

No branches or pull requests

1 participant