mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Adds a centre crop.
This commit is contained in:
parent
c9cd56915e
commit
fc8021c0b0
@ -70,6 +70,8 @@ const HorizontalParams &horizontal_parameters(FieldFrequency frequency) {
|
||||
|
||||
Video::Video() :
|
||||
crt_(1024, 1, Outputs::Display::Type::PAL50, Outputs::Display::InputDataType::Red4Green4Blue4) {
|
||||
|
||||
crt_.set_visible_area(crt_.get_rect_for_area(43, 240, 120, 784, 4.0f / 3.0f));
|
||||
}
|
||||
|
||||
void Video::set_ram(uint16_t *ram, size_t size) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user