summaryrefslogtreecommitdiff
path: root/src/mode7.c
diff options
context:
space:
mode:
authortwinaphex2015-11-10 04:07:03 +0100
committertwinaphex2015-11-10 04:07:03 +0100
commitc35bf93f3daf5fed4e9f63e1da8c00426abcf2e0 (patch)
treedd18d79c9c1cacaf901c961df558fc0979de2c40 /src/mode7.c
parentc58c0dc40c1288b5fd5d9e06667e40afd6465a1d (diff)
downloadsnes9x2002-c35bf93f3daf5fed4e9f63e1da8c00426abcf2e0.tar.gz
snes9x2002-c35bf93f3daf5fed4e9f63e1da8c00426abcf2e0.tar.bz2
snes9x2002-c35bf93f3daf5fed4e9f63e1da8c00426abcf2e0.zip
Remove some unused variables
Diffstat (limited to 'src/mode7.c')
-rw-r--r--src/mode7.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mode7.c b/src/mode7.c
index 85ab084..48918df 100644
--- a/src/mode7.c
+++ b/src/mode7.c
@@ -60,8 +60,6 @@ void DrawBGMode7Background16(uint8* Screen, int bg, int depth)
void DrawBGMode7Background16R3(uint8* Screen, int bg, int depth)
{
-
- uint8* VRAM1 = Memory.VRAM + 1;
int aa, cc;
int startx;
uint32 Left = 0;
@@ -83,7 +81,6 @@ void DrawBGMode7Background16R3(uint8* Screen, int bg, int depth)
int DD;
uint32 Line;
uint32 clip;
- uint8 b;
uint8* Depth;
if (!ClipCount) ClipCount = 1;
@@ -324,7 +321,6 @@ void DrawBGMode7Background16R1R2(uint8* Screen, int bg, int depth)
int DD;
uint32 Line;
uint32 clip;
- uint8 b;
uint32 AndByY;
uint32 AndByX = 0xffffffff;
if (Settings.Dezaemon && PPU.Mode7Repeat == 2) AndByX = 0x7ff;
@@ -448,7 +444,6 @@ void DrawBGMode7Background16R1R2(uint8* Screen, int bg, int depth)
void DrawBGMode7Background16R0(uint8* Screen, int bg, int depth)
{
- uint8* VRAM1 = Memory.VRAM + 1;
int aa, cc;
int startx;
uint32 Left;