mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-27 06:35:04 +00:00
Switched to a tight crop on the pixel part of the display.
This commit is contained in:
parent
952a24f769
commit
a67afb7efa
@ -30,6 +30,7 @@ VideoOutput::VideoOutput(uint8_t *memory) :
|
||||
"}");
|
||||
|
||||
_crt->set_output_device(Outputs::CRT::Television);
|
||||
_crt->set_visible_area(_crt->get_rect_for_area(50, 224, 16 * 6, 40 * 6, 4.0f / 3.0f));
|
||||
}
|
||||
|
||||
std::shared_ptr<Outputs::CRT::CRT> VideoOutput::get_crt()
|
||||
|
Loading…
x
Reference in New Issue
Block a user