1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-22 08:16:42 +00:00

Wires through set_display_type.

This commit is contained in:
Thomas Harte
2018-11-29 20:44:21 -08:00
parent 557a2a0ddf
commit 601961deeb
13 changed files with 55 additions and 10 deletions
+4
View File
@@ -171,6 +171,10 @@ class ConcreteMachine:
vdp_.set_scan_target(scan_target);
}
void set_display_type(Outputs::Display::DisplayType display_type) override {
vdp_.set_display_type(display_type);
}
Outputs::Speaker::Speaker *get_speaker() override {
return &speaker_;
}