1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Merge pull request #921 from TomHarte/Plus2aDefault

Switches default machine back to +2a.
This commit is contained in:
Thomas Harte 2021-04-19 22:15:48 -04:00 committed by GitHub
commit 8f6b3feee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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