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

@@ -27,8 +27,6 @@
#include "mapinc.h"
#include "mmc3.h"
static uint8 chip;
static void M313CW(uint32 A, uint8 V) {
setchr1(A, (EXPREGS[0] << 7) | (V & 0x7F));
}