changeset 1334:7757d605e365

Adjust how the invalid size is handled for the horizontal dimmension of a plane. Fixes some garbage on the spinning cube scene of Overdrive 2
author Michael Pavone <pavone@retrodev.com>
date Thu, 27 Apr 2017 09:32:21 -0700
parents 69c25e1188e5
children 26e72126f9d1
files vdp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.c	Wed Apr 26 22:16:12 2017 -0700
+++ b/vdp.c	Thu Apr 27 09:32:21 2017 -0700
@@ -1128,7 +1128,7 @@
 		break;
 	case 0x2:
 		//TODO: Verify this behavior
-		hscroll_mask = 0x5F;
+		hscroll_mask = 0x1F;
 		v_mul = 0;
 		break;
 	case 0x3: