summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/konamigx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/konamigx.c')
-rw-r--r--src/mame/video/konamigx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/konamigx.c b/src/mame/video/konamigx.c
index 91d5c9b092a..0bd0ab9b67b 100644
--- a/src/mame/video/konamigx.c
+++ b/src/mame/video/konamigx.c
@@ -510,8 +510,8 @@ INLINE void zdrawgfxzoom32GP(
// adjust insertion points and pre-entry constants
eax = (dst_y - dst_miny) * GX_ZBUFW + (dst_x - dst_minx) + dst_w;
-// db0 = z8 = (UINT8)zcode;
-// db1 = p8 = (UINT8)pri;
+// db0 = z8 = (UINT8)zcode;
+// db1 = p8 = (UINT8)pri;
ozbuf_ptr += eax;
szbuf_ptr += eax << 1;
dst_ptr += dst_y * dst_pitch + dst_x + dst_w;