1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Switches to testing against the Mac Plus ROM.

Immediately uncovering an issue with JMP.
This commit is contained in:
Thomas Harte 2019-06-03 14:54:18 -04:00
parent 85298319fa
commit 1328708a70

View File

@ -21,7 +21,7 @@ struct Target: public ::Analyser::Static::Target {
MacPlus
};
Model model = Model::Mac128k;
Model model = Model::Mac512ke;
};
}