mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 02:17:08 +00:00
Makes first reintroduction of colour composite decoding.
This commit is contained in:
@@ -102,7 +102,7 @@ ScanTarget::~ScanTarget() {
|
||||
}
|
||||
|
||||
void ScanTarget::set_modals(Modals modals) {
|
||||
modals.display_type = DisplayType::CompositeMonochrome;
|
||||
modals.display_type = DisplayType::CompositeColour;
|
||||
|
||||
modals_ = modals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user