Remove unused variables/functions

This commit is contained in:
LibretroAdmin
2022-09-05 01:27:12 +02:00
parent 025b8f8bcb
commit a821de094d
7 changed files with 4 additions and 28 deletions

View File

@@ -73,10 +73,6 @@ static void Sync(void) {
setprg8r(0x10, 0x6000, 0);
}
static DECLFR(M375Read) {
return CartBR(A);
}
static DECLFW(M375Write) {
if (addrlatch & 0x800)
datalatch = V;