mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 07:31:15 +00:00
Switch to CGA as default.
This commit is contained in:
parent
f455f07ba2
commit
d88c7ae148
@ -18,7 +18,7 @@ struct Target: public Analyser::Static::Target, public Reflection::StructImpl<Ta
|
||||
ReflectableEnum(VideoAdaptor,
|
||||
MDA,
|
||||
CGA);
|
||||
VideoAdaptor adaptor = VideoAdaptor::MDA;
|
||||
VideoAdaptor adaptor = VideoAdaptor::CGA;
|
||||
|
||||
Target() : Analyser::Static::Target(Machine::PCCompatible) {
|
||||
if(needs_declare()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user