changeset 1890:7bb4081e9e52

Hopefully final fix for line advancement/frame end calculation
author Michael Pavone <pavone@retrodev.com>
date Wed, 09 Oct 2019 22:19:04 -0700
parents 377f110e4cea
children 179a2ac29f27
files vdp.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.h	Sat Sep 21 20:26:12 2019 -0700
+++ b/vdp.h	Wed Oct 09 22:19:04 2019 -0700
@@ -233,6 +233,7 @@
 	uint8_t        enabled_debuggers;
 	uint8_t        debug_fb_indices[VDP_NUM_DEBUG_TYPES];
 	uint8_t        debug_modes[VDP_NUM_DEBUG_TYPES];
+	uint8_t        pushed_frame;
 	uint8_t        vdpmem[];
 } vdp_context;