mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
fix regression in stv_vdp2_draw_line
This commit is contained in:
parent
d652cbe576
commit
65fa5abcd7
@ -4094,7 +4094,7 @@ static void stv_vdp2_draw_line(running_machine &machine, bitmap_rgb32 &bitmap, c
|
||||
int x,y;
|
||||
UINT8* gfxdata = state->m_vdp2.gfx_decode;
|
||||
UINT32 base_offs,base_mask;
|
||||
UINT16 pix;
|
||||
UINT32 pix;
|
||||
UINT8 interlace;
|
||||
|
||||
interlace = (STV_VDP2_LSMD == 3)+1;
|
||||
|
Loading…
Reference in New Issue
Block a user