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