From 3f7d9e9246f85cf91093d711162c17999d53c365 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 9 Oct 2019 22:19:04 -0700 Subject: Hopefully final fix for line advancement/frame end calculation --- vdp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vdp.h b/vdp.h index 780ad20..3a2125d 100644 --- a/vdp.h +++ b/vdp.h @@ -233,6 +233,7 @@ typedef struct { 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; -- cgit v1.2.3