mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Merge pull request #921 from TomHarte/Plus2aDefault
Switches default machine back to +2a.
This commit is contained in:
commit
8f6b3feee1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user