Two missing static statements added.

This commit is contained in:
NewRisingSun
2025-04-25 21:39:07 +02:00
committed by LibretroAdmin
parent 6b2191e8b6
commit 6b3aaa2894
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -21,7 +21,7 @@
#include "mapinc.h"
#include "mmc3.h"
uint8 submapper;
static uint8 submapper;
static uint8 *CHRRAM =NULL;
static uint32 CHRRAMSIZE;