diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-08-21 23:08:36 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-08-21 23:08:36 -0700 |
commit | 9ba7165752489a5aafaa9d6896bd865ab8a0e593 (patch) | |
tree | a882e30c5f72bda777b61e873818217144994cf4 /vdp.h | |
parent | 7bfeb5a00e8c6f081e0bd2e1acbe8fd3ffc35f47 (diff) |
Fix timing of VDP ODD flag toggle
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ typedef struct { uint8_t debug_pal; uint8_t pending_byte; uint8_t state; + uint8_t cur_buffer; uint8_t *tmp_buf_a; uint8_t *tmp_buf_b; } vdp_context; |