From 9fe4d7384388dfaff16d78050d9690d8177dbe9c Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 3 Jun 2016 20:10:28 +0300 Subject: [PATCH] Trap space was too small, if all UAE expansion were enabled, it overwrote part of RTG traps. --- include/autoconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3