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:
parent
e703721271
commit
2ee873d1a1
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user