1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

This hasn't been true for a while.

This commit is contained in:
Thomas Harte
2025-01-13 17:38:29 -05:00
parent a4cb17a1cb
commit 1d0ea96ae9
+1 -2
View File
@@ -668,8 +668,7 @@ private:
// Running state that's exposed.
uint16_t character_position_reload_ = 0;
uint16_t character_position_ = 0; // Actually kept as fixed point in this implementation, i.e. effectively
// a pixel count.
uint16_t character_position_ = 0;
// Running state.
bool wide_screen_ = false;