mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
z8 & p8 were not being set
This commit is contained in:
parent
85416cc045
commit
3b305c1800
@ -502,8 +502,8 @@ INLINE void zdrawgfxzoom32GP(
|
|||||||
|
|
||||||
// adjust insertion points and pre-entry constants
|
// adjust insertion points and pre-entry constants
|
||||||
eax = (dst_y - dst_miny) * GX_ZBUFW + (dst_x - dst_minx) + dst_w;
|
eax = (dst_y - dst_miny) * GX_ZBUFW + (dst_x - dst_minx) + dst_w;
|
||||||
// db0 = z8 = (UINT8)zcode;
|
z8 = (UINT8)zcode;
|
||||||
// db1 = p8 = (UINT8)pri;
|
p8 = (UINT8)pri;
|
||||||
ozbuf_ptr += eax;
|
ozbuf_ptr += eax;
|
||||||
szbuf_ptr += eax << 1;
|
szbuf_ptr += eax << 1;
|
||||||
dst_ptr += dst_y * dst_pitch + dst_x + dst_w;
|
dst_ptr += dst_y * dst_pitch + dst_x + dst_w;
|
||||||
|
Loading…
Reference in New Issue
Block a user