1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Sets the IIe as the default model.

This commit is contained in:
Thomas Harte 2018-07-30 23:07:34 -04:00
parent e9aaa5bbdf
commit a533d09fe7

View File

@ -27,7 +27,7 @@ struct Target: public ::Analyser::Static::Target {
ThirteenSector
};
Model model = Model::IIplus;
Model model = Model::IIe;
DiskController disk_controller = DiskController::None;
};