From b333380bc0c5fcbbb3cb847a93724e5d016715b8 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 23 Aug 2017 02:22:18 +0200 Subject: [PATCH] Less restrictive FIRM section adress whitelisting ... alllows loading Luma 8 again --- source/game/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game/firm.c b/source/game/firm.c index 818cd36..1d45f5e 100644 --- a/source/game/firm.c +++ b/source/game/firm.c @@ -14,7 +14,7 @@ #define FIRM_VALID_ADDRESS \ 0x08000040, 0x08100000, \ 0x18000000, 0x18600000, \ - 0x1FF80000, 0x1FFFFFFC + 0x1FF00000, 0x1FFFFC00 // valid addresses (installable) for FIRM section loading #define FIRM_VALID_ADDRESS_INSTALL \