Linker fixes
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#include "mapinc.h"
|
#include "mapinc.h"
|
||||||
#include "mmc3.h"
|
#include "mmc3.h"
|
||||||
|
|
||||||
writefunc writePPU;
|
static writefunc writePPU;
|
||||||
static uint8 *CHRRAM;
|
static uint8 *CHRRAM;
|
||||||
static uint32 CHRRAMSIZE;
|
static uint32 CHRRAMSIZE;
|
||||||
static uint8 mask;
|
static uint8 mask;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ static uint8 mask;
|
|||||||
static uint8 compare;
|
static uint8 compare;
|
||||||
|
|
||||||
extern uint32 RefreshAddr;
|
extern uint32 RefreshAddr;
|
||||||
writefunc writePPU;
|
static writefunc writePPU;
|
||||||
|
|
||||||
static SFORMAT stateRegs[] ={
|
static SFORMAT stateRegs[] ={
|
||||||
{ &mask, 1, "CHRM" },
|
{ &mask, 1, "CHRM" },
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ static uint8 mask;
|
|||||||
static uint8 compare;
|
static uint8 compare;
|
||||||
|
|
||||||
extern uint32 RefreshAddr;
|
extern uint32 RefreshAddr;
|
||||||
writefunc writePPU;
|
static writefunc writePPU;
|
||||||
|
|
||||||
static SFORMAT stateRegs[] ={
|
static SFORMAT stateRegs[] ={
|
||||||
{ nt, 4, "EXPN" },
|
{ nt, 4, "EXPN" },
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ extern signed short int VRC4_cycles;
|
|||||||
extern int (*VRC24_GetPRGBank)(int);
|
extern int (*VRC24_GetPRGBank)(int);
|
||||||
extern int (*VRC24_GetCHRBank)(int);
|
extern int (*VRC24_GetCHRBank)(int);
|
||||||
extern void (*VRC24_Sync)();
|
extern void (*VRC24_Sync)();
|
||||||
DECLFW((*VRC24_ExternalSelect));
|
extern DECLFW((*VRC24_ExternalSelect));
|
||||||
DECLFR((*VRC24_WRAMRead));
|
extern DECLFR((*VRC24_WRAMRead));
|
||||||
DECLFW((*VRC24_WRAMWrite));
|
extern DECLFW((*VRC24_WRAMWrite));
|
||||||
|
|
||||||
void VRC24_syncPRG (int AND, int OR);
|
void VRC24_syncPRG (int AND, int OR);
|
||||||
void VRC24_syncCHR (int AND, int OR);
|
void VRC24_syncCHR (int AND, int OR);
|
||||||
|
|||||||
Reference in New Issue
Block a user