From 1328708a7045d3da873c78297afa7056f496f825 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 3 Jun 2019 14:54:18 -0400 Subject: [PATCH] Switches to testing against the Mac Plus ROM. Immediately uncovering an issue with JMP. --- Analyser/Static/Macintosh/Target.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analyser/Static/Macintosh/Target.hpp b/Analyser/Static/Macintosh/Target.hpp index 5d84bf237..fd2434ca9 100644 --- a/Analyser/Static/Macintosh/Target.hpp +++ b/Analyser/Static/Macintosh/Target.hpp @@ -21,7 +21,7 @@ struct Target: public ::Analyser::Static::Target { MacPlus }; - Model model = Model::Mac128k; + Model model = Model::Mac512ke; }; }