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

@@ -32,7 +32,7 @@
#include "mmc3.h"
static uint8 reset_flag = 0;
static uint8 chip, isK3088;
static uint8 isK3088;
static void BMC411120CCW(uint32 A, uint8 V) {
uint32 mask = isK3088 ? 0x07 : 0x03;