Fix linking error

This commit is contained in:
libretroadmin
2024-06-04 05:53:15 +02:00
parent 8e5651a1fa
commit 25b83453af
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
#include "mapinc.h"
#include "mmc3.h"
uint8 submapper;
static uint8 submapper;
static void M411CW(uint32 A, uint8 V) {
int chrAND, chrOR;

View File

@@ -23,7 +23,7 @@
#include "mapinc.h"
#include "mmc3.h"
uint8 submapper;
static uint8 submapper;
static void M432CW(uint32 A, uint8 V) {
int chrAND = (EXPREGS[1] & 0x04) ? 0x7F : 0xFF;