Linker fixes

This commit is contained in:
libretroadmin
2025-04-11 18:26:06 +02:00
parent 5d398fbb5d
commit 43e6496351
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
#include "mapinc.h"
#include "mmc3.h"
writefunc writePPU;
static writefunc writePPU;
static uint8 *CHRRAM;
static uint32 CHRRAMSIZE;
static uint8 mask;

View File

@@ -27,7 +27,7 @@ static uint8 mask;
static uint8 compare;
extern uint32 RefreshAddr;
writefunc writePPU;
static writefunc writePPU;
static SFORMAT stateRegs[] ={
{ &mask, 1, "CHRM" },

View File

@@ -29,7 +29,7 @@ static uint8 mask;
static uint8 compare;
extern uint32 RefreshAddr;
writefunc writePPU;
static writefunc writePPU;
static SFORMAT stateRegs[] ={
{ nt, 4, "EXPN" },

View File

@@ -17,9 +17,9 @@ extern signed short int VRC4_cycles;
extern int (*VRC24_GetPRGBank)(int);
extern int (*VRC24_GetCHRBank)(int);
extern void (*VRC24_Sync)();
DECLFW((*VRC24_ExternalSelect));
DECLFR((*VRC24_WRAMRead));
DECLFW((*VRC24_WRAMWrite));
extern DECLFW((*VRC24_ExternalSelect));
extern DECLFR((*VRC24_WRAMRead));
extern DECLFW((*VRC24_WRAMWrite));
void VRC24_syncPRG (int AND, int OR);
void VRC24_syncCHR (int AND, int OR);