mmc3: Make some variables static

This commit is contained in:
negativeExponent
2022-02-12 16:37:04 +08:00
parent 55639a156a
commit 690862829a
2 changed files with 6 additions and 15 deletions

View File

@@ -8,12 +8,6 @@ extern uint8 A001B;
extern uint8 EXPREGS[8];
extern uint8 DRegBuf[8];
#undef IRQCount
#undef IRQLatch
#undef IRQa
extern uint8 IRQCount, IRQLatch, IRQa;
extern uint8 IRQReload;
extern void (*pwrap)(uint32 A, uint8 V);
extern void (*cwrap)(uint32 A, uint8 V);
extern void (*mwrap)(uint8 V);