From: Alan Cox Date: Wed, 16 May 2018 21:48:05 +0000 (+0100) Subject: trs80: bank94 will need a lot more bank entries! X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=415bd1e133ad825c4a27114ca3d8e0661091b6c0;p=FUZIX.git trs80: bank94 will need a lot more bank entries! --- diff --git a/Kernel/platform-trs80/config.h b/Kernel/platform-trs80/config.h index d10bc2a8..1f2a7dc5 100644 --- a/Kernel/platform-trs80/config.h +++ b/Kernel/platform-trs80/config.h @@ -18,7 +18,12 @@ #define CONFIG_VT_MULTI /* Banked memory set up */ #define CONFIG_BANK_FIXED +#ifdef CONFIG_BANK94 +#define MAX_MAPS 62 +#else #define MAX_MAPS 2 +#endif + #define MAP_SIZE 0x8000 #define CONFIG_BANKS 2 /* 2 x 32K */