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:
parent
6ebf415a52
commit
70e3d23f26
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user