mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Reinstate the +2 as the default Spectrum.
This commit is contained in:
parent
9293bcbc88
commit
bdb1b7e77c
@ -27,7 +27,7 @@ struct Target: public ::Analyser::Static::Target, public Reflection::StructImpl<
|
|||||||
Plus3,
|
Plus3,
|
||||||
);
|
);
|
||||||
|
|
||||||
Model model = Model::Plus2a;
|
Model model = Model::Plus2;
|
||||||
bool should_hold_enter = false;
|
bool should_hold_enter = false;
|
||||||
|
|
||||||
Target(): Analyser::Static::Target(Machine::ZXSpectrum) {
|
Target(): Analyser::Static::Target(Machine::ZXSpectrum) {
|
||||||
|
Loading…
Reference in New Issue
Block a user