comparison vdp.c @ 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 f7ca42e020fd
children 3716b90d3470
comparison
equal deleted inserted replaced
1356:4d16c09210fd 1357:5ee19c72fa95
1970 context->hslot++;\ 1970 context->hslot++;\
1971 }\ 1971 }\
1972 context->cycles += slot_cycles;\ 1972 context->cycles += slot_cycles;\
1973 if ((slot+1) == LINE_CHANGE_MODE4) {\ 1973 if ((slot+1) == LINE_CHANGE_MODE4) {\
1974 vdp_advance_line(context);\ 1974 vdp_advance_line(context);\
1975 advance_output_line(context);\
1975 if (context->vcounter == 192) {\ 1976 if (context->vcounter == 192) {\
1976 return;\ 1977 return;\
1977 }\ 1978 }\
1978 }\ 1979 }\
1979 CHECK_ONLY 1980 CHECK_ONLY