mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Sorry, ColecoVision, it's composite only for you.
This commit is contained in:
@@ -160,6 +160,9 @@ class ConcreteMachine:
|
||||
is_megacart_ = false;
|
||||
}
|
||||
}
|
||||
|
||||
// ColecoVisions have composite output only.
|
||||
vdp_.set_display_type(Outputs::Display::DisplayType::CompositeColour);
|
||||
}
|
||||
|
||||
~ConcreteMachine() {
|
||||
|
Reference in New Issue
Block a user