# HG changeset patch # User Michael Pavone # Date 1570684744 25200 # Node ID 7bb4081e9e52489bb94cabc7b5a7a83c1e2d6345 # Parent 377f110e4cea9b5d2c5a8d20b74723aa5a9ef277 Hopefully final fix for line advancement/frame end calculation diff -r 377f110e4cea -r 7bb4081e9e52 vdp.h --- 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;