mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-22 08:16:42 +00:00
Restores video output to the Master System.
This commit is contained in:
@@ -166,8 +166,9 @@ class ConcreteMachine:
|
||||
vdp_.set_tv_standard(
|
||||
(region_ == Target::Region::Europe) ?
|
||||
TI::TMS::TVStandard::PAL : TI::TMS::TVStandard::NTSC);
|
||||
|
||||
time_until_debounce_ = vdp_.get_time_until_line(-1);
|
||||
|
||||
vdp_.set_scan_target(scan_target);
|
||||
}
|
||||
|
||||
Outputs::Speaker::Speaker *get_speaker() override {
|
||||
|
||||
Reference in New Issue
Block a user