Two missing static statements added.
This commit is contained in:
committed by
LibretroAdmin
parent
6b2191e8b6
commit
6b3aaa2894
@@ -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);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "mapinc.h"
|
||||
#include "mmc3.h"
|
||||
|
||||
uint8 submapper;
|
||||
static uint8 submapper;
|
||||
static uint8 *CHRRAM =NULL;
|
||||
static uint32 CHRRAMSIZE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user