From: George Wright Date: Sat, 7 Dec 2024 19:49:42 +0000 (-0800) Subject: use non-thumb variant of arm core X-Git-Url: http://git.gwright.org.uk/?a=commitdiff_plain;h=9400e9cdfbede2739c8232694bea558a9362b237;p=WindEmu.git use non-thumb variant of arm core --- 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();