changeset 1357:5ee19c72fa95

Fix regression in mode 4 introduced when advance_output_line was added
author Michael Pavone <pavone@retrodev.com>
date Thu, 11 May 2017 08:01:10 -0700
parents 4d16c09210fd
children 3716b90d3470
files vdp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.c	Thu May 11 07:51:28 2017 -0700
+++ b/vdp.c	Thu May 11 08:01:10 2017 -0700
@@ -1972,6 +1972,7 @@
 		context->cycles += slot_cycles;\
 		if ((slot+1) == LINE_CHANGE_MODE4) {\
 			vdp_advance_line(context);\
+			advance_output_line(context);\
 			if (context->vcounter == 192) {\
 				return;\
 			}\