mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
import from mess (no whatsnew)
This commit is contained in:
parent
e73d5c7b60
commit
a4a821f34d
@ -542,10 +542,10 @@ static void svga_vh_rgb15(running_machine &machine, bitmap_rgb32 &bitmap, const
|
|||||||
int pos, line, column, c, addr, curr_addr;
|
int pos, line, column, c, addr, curr_addr;
|
||||||
|
|
||||||
UINT32 *bitmapline;
|
UINT32 *bitmapline;
|
||||||
UINT16 mask_comp;
|
// UINT16 mask_comp;
|
||||||
|
|
||||||
/* line compare is screen sensitive */
|
/* line compare is screen sensitive */
|
||||||
mask_comp = 0xff | (TLINES & 0x300);
|
// mask_comp = 0xff | (TLINES & 0x300);
|
||||||
curr_addr = 0;
|
curr_addr = 0;
|
||||||
yi=0;
|
yi=0;
|
||||||
for (addr = TGA_START_ADDRESS, line=0; line<TLINES; line+=height, addr+=TGA_LINE_LENGTH, curr_addr+=TGA_LINE_LENGTH)
|
for (addr = TGA_START_ADDRESS, line=0; line<TLINES; line+=height, addr+=TGA_LINE_LENGTH, curr_addr+=TGA_LINE_LENGTH)
|
||||||
|
Loading…
Reference in New Issue
Block a user