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

CLS does not clear sprites. It would be nice if it incorporated the command VDU 23,27,7,0, so even the sprites would be cleared. #3

Closed
TheByteAttic opened this issue Oct 2, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@TheByteAttic
Copy link

No description provided.

@breakintoprogram
Copy link
Owner

breakintoprogram commented Oct 3, 2022

Proposed Fix

Leave CLS as it is for the moment, there may be a use case for clearing the screen but not the sprites. Modify the function set_mode (BASIC MODE command) to reset the sprites.

@breakintoprogram
Copy link
Owner

Implemented in modules

  • 1.01 VDP

@breakintoprogram breakintoprogram added the bug Something isn't working label Nov 17, 2022
@breakintoprogram
Copy link
Owner

Modified in VDP 1.03 to also clear the sprites after CLS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Released
Development

No branches or pull requests

2 participants