From 6b3aaa2894272223dbaa990fcca9ec4f84d9daa4 Mon Sep 17 00:00:00 2001 From: NewRisingSun <8vytz1+dhp372pv94ebg@sharklasers.com> Date: Fri, 25 Apr 2025 21:39:07 +0200 Subject: [PATCH] Two missing static statements added. --- src/boards/406.c | 2 +- src/boards/480.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boards/406.c b/src/boards/406.c index 49c1703..6bb41cd 100644 --- a/src/boards/406.c +++ b/src/boards/406.c @@ -22,7 +22,7 @@ #include "mmc3.h" #include "flashrom.h" -uint8 submapper; +static uint8 submapper; static DECLFW(Write) { flashrom_write(A &0x1FFF | (Page[A >>11] +A -PRGptr[0]) &~0x1FFF, V); diff --git a/src/boards/480.c b/src/boards/480.c index a7b73a8..dddd00b 100644 --- a/src/boards/480.c +++ b/src/boards/480.c @@ -21,7 +21,7 @@ #include "mapinc.h" #include "mmc3.h" -uint8 submapper; +static uint8 submapper; static uint8 *CHRRAM =NULL; static uint32 CHRRAMSIZE;