summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snes.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-08-21 01:52:51 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-08-21 01:52:51 +0000
commitac3d58fad59e55421c8cc272c4aa69d48a1a3ebb (patch)
tree9aac4f4dd76d02ac30414cc3113800fc9f5110e8 /src/mame/video/snes.c
parent2e64cfa8f3aa785ffc8afc8793d141273e7f4da0 (diff)
Cleanups and version bump.mame0133u3
Diffstat (limited to 'src/mame/video/snes.c')
-rw-r--r--src/mame/video/snes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/snes.c b/src/mame/video/snes.c
index e36804b6ead..2db8fd61aa7 100644
--- a/src/mame/video/snes.c
+++ b/src/mame/video/snes.c
@@ -418,8 +418,8 @@ INLINE void snes_update_line( UINT8 screen, UINT8 color_depth, UINT8 hires, UINT
/* scrolling */
UINT32 basevmap;
UINT16 vscroll, hscroll, vtilescroll;
-// UINT16 offset_per_tile_valid;
-// UINT8 offset_per_tile_mode;
+// UINT16 offset_per_tile_valid;
+// UINT8 offset_per_tile_mode;
UINT8 vshift, hshift, tile_size;
/* variables depending on color_depth */
UINT8 color_shift = 0;
@@ -508,7 +508,7 @@ INLINE void snes_update_line( UINT8 screen, UINT8 color_depth, UINT8 hires, UINT
wrap_around_x = 0; /* Make sure we don't do this again */
}
//if (tmap > 0x10000)
- // tmap %= 0x10000;
+ // tmap %= 0x10000;
vflip = snes_vram[tmap + ii + 1] & 0x80;
hflip = snes_vram[tmap + ii + 1] & 0x40;