1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-21 20:29:06 +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; VideoAdaptor adaptor = VideoAdaptor::CGA;
ReflectableEnum(Speed, ReflectableEnum(Speed,
Original, ApproximatelyOriginal,
Fast); Fast);
Speed speed = Speed::Fast; Speed speed = Speed::ApproximatelyOriginal;
Target() : Analyser::Static::Target(Machine::PCCompatible) { Target() : Analyser::Static::Target(Machine::PCCompatible) {
if(needs_declare()) { if(needs_declare()) {