mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Add further TODO.
This commit is contained in:
parent
2c31452629
commit
113fc9f757
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user