1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-10 00:29:40 +00:00

Add note to self.

This commit is contained in:
Thomas Harte 2025-01-02 23:10:17 -05:00
parent 6ebf415a52
commit 70e3d23f26

View File

@ -375,6 +375,8 @@ public:
pixels = pager_.read(uint16_t(
bitmap_base_ + (video_counter_ << 3) + vertical_sub_count_
));
// TODO: taking the next vertical sub count rather than the current seems to
// fix bitmap mode. So look for an off by one on that somewhere, somehow.
break;
}