Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement a toggleable keyboard on the lower screen | Ben Bridle | 2024-12-16 |
| | |||
* | Update palette only when screen buffers flip | Ben Bridle | 2024-11-22 |
| | | | | | | | | | | | | Previously, any palette updates would be immediately visible, but any screen updates would draw to the back buffer and would only become visible when the back buffer was copied to the front buffer. This could result in a flash of a new palette before the new screen had a chance to draw and become visible. To prevent this, a second palette was created to receive palette updates, with the updates only being copied to the visible palette when the screen buffers flip. | ||
* | Initial commit | Ben Bridle | 2024-11-18 |