1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 01:29:44 +00:00

Switch to CGA as default.

This commit is contained in:
Thomas Harte 2023-12-06 09:59:21 -05:00
parent f455f07ba2
commit d88c7ae148

View File

@ -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()) {