From dba2c92208cf4b1c764015450fd48b03e6719cdb Mon Sep 17 00:00:00 2001 From: etabeta78 Date: Sat, 6 Dec 2014 08:15:39 +0100 Subject: These comparisons are still always true because y is UINT8 and array length is 0x100. Fixes compile process with old Apple GCC. nw. --- src/mess/drivers/gamate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mess/drivers/gamate.c b/src/mess/drivers/gamate.c index b9c0064dc90..04353a850f8 100644 --- a/src/mess/drivers/gamate.c +++ b/src/mess/drivers/gamate.c @@ -123,7 +123,7 @@ WRITE8_MEMBER( gamate_state::gamate_video_w ) case 5: video.y=data;break; case 7: if (video.bitmap.write) { - if (video.xpc(), video.x); @@ -140,7 +140,7 @@ READ8_MEMBER( gamate_state::gamate_video_r ) if (offset!=6) return 0; UINT8 data=0; if (video.bitmap.write) { - if (video.x