]> localhost Git - WindEmu.git/commitdiff
use non-thumb variant of arm core
authorGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 19:49:42 +0000 (11:49 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 19:49:42 +0000 (11:49 -0800)
WindCore/sa1100.cpp

index 6de60c610d34cf7e8e5bacfecbed1a257b62675a..8938d28bef5d8e541d8cbead2db71df0dc5d9953 100644 (file)
@@ -5,7 +5,7 @@
 
 namespace SA1100 {
 
-Emulator::Emulator() : EmuBase(true) {
+Emulator::Emulator() : EmuBase(false) {
     osTimer = new OsTimer();
        lcdController = new LCDController();
        gpioController = new GPIOController();