summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-10-09 22:19:04 -0700
committerMichael Pavone <pavone@retrodev.com>2019-10-09 22:19:04 -0700
commit3f7d9e9246f85cf91093d711162c17999d53c365 (patch)
tree2dd5f2d5bb1d8322932a12248796ebb2342e9dea
parentd00b29027a1d4a4301109735914bb5faf3481aaf (diff)
Hopefully final fix for line advancement/frame end calculation
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
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;