From 9400e9cdfbede2739c8232694bea558a9362b237 Mon Sep 17 00:00:00 2001 From: George Wright Date: Sat, 7 Dec 2024 11:49:42 -0800 Subject: [PATCH] use non-thumb variant of arm core --- WindCore/sa1100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindCore/sa1100.cpp b/WindCore/sa1100.cpp index 6de60c6..8938d28 100644 --- a/WindCore/sa1100.cpp +++ b/WindCore/sa1100.cpp @@ -5,7 +5,7 @@ namespace SA1100 { -Emulator::Emulator() : EmuBase(true) { +Emulator::Emulator() : EmuBase(false) { osTimer = new OsTimer(); lcdController = new LCDController(); gpioController = new GPIOController(); -- 2.45.2