summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-02-03 08:25:11 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-02-03 08:25:11 +0000
commita4a821f34d31a1ef8ccf6cca6aadbe1ed0c94d04 (patch)
tree85c1bf0e2504254f2c4287e62c0bc701b0376d42
parente73d5c7b609a03bd56793f6c54cbc1195e42bbcb (diff)
import from mess (no whatsnew)
-rw-r--r--src/emu/video/pc_vga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/pc_vga.c b/src/emu/video/pc_vga.c
index db55a1a7b97..1effd6b99b9 100644
--- a/src/emu/video/pc_vga.c
+++ b/src/emu/video/pc_vga.c
@@ -542,10 +542,10 @@ static void svga_vh_rgb15(running_machine &machine, bitmap_rgb32 &bitmap, const
int pos, line, column, c, addr, curr_addr;
UINT32 *bitmapline;
- UINT16 mask_comp;
+// UINT16 mask_comp;
/* line compare is screen sensitive */
- mask_comp = 0xff | (TLINES & 0x300);
+// mask_comp = 0xff | (TLINES & 0x300);
curr_addr = 0;
yi=0;
for (addr = TGA_START_ADDRESS, line=0; line<TLINES; line+=height, addr+=TGA_LINE_LENGTH, curr_addr+=TGA_LINE_LENGTH)