1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-21 21:33:54 +00:00

Add a by-eye crop. A better answer will come.

This commit is contained in:
Thomas Harte 2024-04-01 22:10:05 -04:00
parent 609c117267
commit 55369464ad

View File

@ -26,6 +26,7 @@ struct Video {
ram_(ram),
crt_(Outputs::Display::InputDataType::Red4Green4Blue4) {
set_clock_divider(3);
crt_.set_visible_area(Outputs::Display::Rect(0.06f, 0.07f, 0.9f, 0.9f));
}
void write(uint32_t value) {