mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +00:00
Reduces visible area, producing a tighter crop.
This commit is contained in:
parent
b69ac4ec2f
commit
5618288459
@ -87,7 +87,7 @@ Base::Base(Personality p) :
|
||||
TMS9918::TMS9918(Personality p):
|
||||
Base(p) {
|
||||
// crt_->set_video_signal(Outputs::Display::VideoSignal::RGB);
|
||||
crt_.set_visible_area(Outputs::Display::Rect(0.055f, 0.025f, 0.9f, 0.9f));
|
||||
crt_.set_visible_area(Outputs::Display::Rect(0.07f, 0.0375f, 0.875f, 0.875f)); // 0.055f, 0.025f
|
||||
|
||||
// The TMS remains in-phase with the NTSC colour clock; this is an empirical measurement
|
||||
// intended to produce the correct relationship between the hard edges between pixels and
|
||||
|
Loading…
x
Reference in New Issue
Block a user