diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-10-09 22:19:04 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-10-09 22:19:04 -0700 |
commit | 3f7d9e9246f85cf91093d711162c17999d53c365 (patch) | |
tree | 2dd5f2d5bb1d8322932a12248796ebb2342e9dea | |
parent | d00b29027a1d4a4301109735914bb5faf3481aaf (diff) |
Hopefully final fix for line advancement/frame end calculation
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |