]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Trap space was too small, if all UAE expansion were enabled, it overwrote part of...
authorToni Wilen <twilen@winuae.net>
Fri, 3 Jun 2016 17:10:28 +0000 (20:10 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 3 Jun 2016 17:10:28 +0000 (20:10 +0300)
include/autoconf.h

index b487678840d613758e95011c7ae569f196375523..ccd32fa08cbb99fc013b7d779bee5b16067f3f04 100644 (file)
@@ -20,8 +20,8 @@
 #define RTAREA_SIZE 0x10000
 
 #define RTAREA_TRAPS 0x3000
-#define RTAREA_RTG 0x3600
-#define RTAREA_TRAMPOLINE 0x3900
+#define RTAREA_RTG 0x3800
+#define RTAREA_TRAMPOLINE 0x3a00
 #define RTAREA_DATAREGION 0xF000
 
 #define RTAREA_FSBOARD 0xFFEC