1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-21 05:29:13 +00:00

This isn't intended to be exact.

This commit is contained in:
Thomas Harte 2023-12-08 11:07:14 -05:00
parent e703721271
commit 2ee873d1a1

View File

@ -21,9 +21,9 @@ struct Target: public Analyser::Static::Target, public Reflection::StructImpl<Ta
VideoAdaptor adaptor = VideoAdaptor::CGA;
ReflectableEnum(Speed,
Original,
ApproximatelyOriginal,
Fast);
Speed speed = Speed::Fast;
Speed speed = Speed::ApproximatelyOriginal;
Target() : Analyser::Static::Target(Machine::PCCompatible) {
if(needs_declare()) {