1
0
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:
Thomas Harte
2018-11-15 21:21:54 -05:00
parent 8f6664f0d7
commit 8b37496447
3 changed files with 13 additions and 17 deletions
+2 -1
View File
@@ -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 {