Remove unused variables

This commit is contained in:
retro-wertz
2019-08-01 20:31:42 +08:00
parent 313f69daaf
commit d807bac15b
10 changed files with 9 additions and 28 deletions

View File

@@ -31,7 +31,7 @@
#include "mapinc.h"
static uint8 reg[8], creg[8], mirr, cmd, IRQa = 0, isirqused = 0;
static uint8 reg[8], creg[8], mirr, cmd, IRQa = 0;
static int32 IRQCount, IRQLatch;
static uint8 KS7032;
static uint8 *WRAM = NULL;