1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +00:00

Reinstate the +2 as the default Spectrum.

This commit is contained in:
Thomas Harte 2021-04-21 18:49:39 -04:00
parent 9293bcbc88
commit bdb1b7e77c

View File

@ -27,7 +27,7 @@ struct Target: public ::Analyser::Static::Target, public Reflection::StructImpl<
Plus3,
);
Model model = Model::Plus2a;
Model model = Model::Plus2;
bool should_hold_enter = false;
Target(): Analyser::Static::Target(Machine::ZXSpectrum) {