1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-17 22:38:59 +00:00

Add extra note to self.

This commit is contained in:
Thomas Harte 2024-12-14 11:56:13 -05:00
parent 3e93004db6
commit 702b6d6567

View File

@ -175,7 +175,8 @@ public:
}
break;
case 203: // Attribute fetch end.
case 203: // Attribute fetch end. But I think this might be fairly nominal, assuming attribute fetches
// are triggered by testing against y scroll.
break;
case 4: if(rows_25_) vertical_window_ = true; break; // Vertical screen window start (25 lines).