diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-07-28 10:35:15 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-07-28 10:35:15 -0700 |
commit | 034b8b4908dc581c73bc1e0702b77a30bcf8b501 (patch) | |
tree | 8dffafeeca56cdc2b7ada1bd36c3d54a0ac070f2 | |
parent | de10b610f1a4537268802a574eeb80ea1b992745 (diff) |
Forgot to commit the header changes
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -212,6 +212,7 @@ typedef struct { uint8_t sprite_draws; int8_t slot_counter; int8_t cur_slot; + uint8_t sprite_x_offset; uint8_t max_sprites_frame; uint8_t max_sprites_line; uint8_t fetch_tmp[2]; |