mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Remove done TODOs.
This commit is contained in:
@@ -247,7 +247,6 @@ struct Video {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Overlay cursor if applicable.
|
// Overlay cursor if applicable.
|
||||||
// TODO: have all BPP modes output only two pixels at a time, and pull this out of the loop.
|
|
||||||
// TODO: pull this so far out that the cursor can display over the border, too.
|
// TODO: pull this so far out that the cursor can display over the border, too.
|
||||||
if(cursor_pixel_ < 32) {
|
if(cursor_pixel_ < 32) {
|
||||||
if(cursor_pixel_ >= 0) {
|
if(cursor_pixel_ >= 0) {
|
||||||
@@ -267,7 +266,6 @@ struct Video {
|
|||||||
|
|
||||||
pixels_ += 2;
|
pixels_ += 2;
|
||||||
} else {
|
} else {
|
||||||
// TODO: don't assume 4bpp here either.
|
|
||||||
switch(colour_depth_) {
|
switch(colour_depth_) {
|
||||||
case Depth::EightBPP:
|
case Depth::EightBPP:
|
||||||
next_byte();
|
next_byte();
|
||||||
|
Reference in New Issue
Block a user