1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-03-06 01:30:19 +00:00

Switches default machine back to +2a.

This commit is contained in:
Thomas Harte 2021-04-19 22:04:49 -04:00
parent f48876d80e
commit a20f5528b7

View File

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