added sprites.reset() to remove sprites from the screen

This commit is contained in:
Irmen de Jong
2024-11-13 20:26:04 +01:00
parent 1d38c3582a
commit d70b8303b1
3 changed files with 29 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ TODO
====
- make "block address must be at least program load address + 20 (to allow for startup logic)" more flexible; the 20 should be a constant in the compilation target
...