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

Handle final packet(s) from VDP after switching to terminal mode #114

Open
sijnstra opened this issue Nov 8, 2023 · 0 comments
Open

Handle final packet(s) from VDP after switching to terminal mode #114

sijnstra opened this issue Nov 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sijnstra
Copy link

sijnstra commented Nov 8, 2023

After switching to Terminal mode, data flows back to the ez80 over the UART, which means that it needs to be handled by the incoming software to prevent bad input. For completeness, as Dean has pointed out, this packet could be read by MOS to update SYSVARs which means the screen dimensions would be appropriately updated.

An example packet received is:
86 08 80 02 E0 01 50 3C 10 00 11

Thanks,
Shawn

@breakintoprogram breakintoprogram added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants