mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
Switches to testing against the Mac Plus ROM.
Immediately uncovering an issue with JMP.
This commit is contained in:
parent
85298319fa
commit
1328708a70
@ -21,7 +21,7 @@ struct Target: public ::Analyser::Static::Target {
|
||||
MacPlus
|
||||
};
|
||||
|
||||
Model model = Model::Mac128k;
|
||||
Model model = Model::Mac512ke;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user