mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Sorry, ColecoVision, it's composite only for you.
This commit is contained in:
parent
b23e10e261
commit
c7c21a7e2c
@ -160,6 +160,9 @@ class ConcreteMachine:
|
||||
is_megacart_ = false;
|
||||
}
|
||||
}
|
||||
|
||||
// ColecoVisions have composite output only.
|
||||
vdp_.set_display_type(Outputs::Display::DisplayType::CompositeColour);
|
||||
}
|
||||
|
||||
~ConcreteMachine() {
|
||||
|
Loading…
Reference in New Issue
Block a user