1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Add further TODO.

This commit is contained in:
Thomas Harte 2023-11-23 15:29:43 -05:00
parent 2c31452629
commit 113fc9f757

View File

@ -133,6 +133,7 @@ class MDA {
}
}
// TODO: cursor.
if(pixels) {
const uint8_t attributes = ram[((state.refresh_address << 1) + 1) & 0xfff];
const uint8_t glyph = ram[((state.refresh_address << 1) + 0) & 0xfff];