summaryrefslogtreecommitdiff
path: root/src/mode7prio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mode7prio.c')
-rw-r--r--src/mode7prio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mode7prio.c b/src/mode7prio.c
index ef5b0c1..56f171b 100644
--- a/src/mode7prio.c
+++ b/src/mode7prio.c
@@ -61,8 +61,6 @@ void DrawBGMode7Background16Prio(uint8* Screen, int bg)
void DrawBGMode7Background16PrioR3(uint8* Screen, int bg)
{
-
- uint8* VRAM1 = Memory.VRAM + 1;
int aa, cc;
int startx;
uint32 Left = 0;
@@ -82,7 +80,6 @@ void DrawBGMode7Background16PrioR3(uint8* Screen, int bg)
int DD;
uint32 Line;
uint32 clip;
- uint8 b;
uint8* Depth;
uint32 depth = Mode7Depths[0] | (Mode7Depths[1] << 8);
@@ -351,7 +348,6 @@ void DrawBGMode7Background16PrioR1R2(uint8* Screen, int bg)
int DD;
uint32 Line;
uint32 clip;
- uint8 b;
uint32 AndByY;
uint32 AndByX = 0xffffffff;
if (Settings.Dezaemon && PPU.Mode7Repeat == 2) AndByX = 0x7ff;
@@ -480,7 +476,6 @@ void DrawBGMode7Background16PrioR1R2(uint8* Screen, int bg)
void DrawBGMode7Background16PrioR0(uint8* Screen, int bg)
{
- uint8* VRAM1 = Memory.VRAM + 1;
int aa, cc;
int startx;
uint32 Left;