From: Toni Wilen Date: Fri, 3 Jun 2016 17:10:28 +0000 (+0300) Subject: Trap space was too small, if all UAE expansion were enabled, it overwrote part of... X-Git-Tag: 3300~6 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9fe4d7384388dfaff16d78050d9690d8177dbe9c;p=francis%2Fwinuae.git Trap space was too small, if all UAE expansion were enabled, it overwrote part of RTG traps. --- diff --git a/include/autoconf.h b/include/autoconf.h index b4876788..ccd32fa0 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -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