diff vdp.c @ 2336:83f5529086c5

Make bogus word RAM read more appropriately bogus
author Michael Pavone <pavone@retrodev.com>
date Thu, 31 Aug 2023 20:28:33 -0700
parents 57ebbc1ade30
children 0e3118325c1c
line wrap: on
line diff
--- a/vdp.c	Sat Aug 26 20:32:53 2023 -0700
+++ b/vdp.c	Thu Aug 31 20:28:33 2023 -0700
@@ -4635,6 +4635,7 @@
 					//sticking with 3 slots for now until I can do some more captures
 					vdp_run_context_full(context, context->cycles + 12 * ((context->regs[REG_MODE_2] & BIT_MODE_5) && (context->regs[REG_MODE_4] & BIT_H40) ? 4 : 5));
 					context->flags |= FLAG_DMA_RUN;
+					vdp_dma_started();
 					return 1;
 				} else {
 					context->flags |= FLAG_DMA_RUN;