summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-07-28 10:35:15 -0700
committerMichael Pavone <pavone@retrodev.com>2019-07-28 10:35:15 -0700
commit034b8b4908dc581c73bc1e0702b77a30bcf8b501 (patch)
tree8dffafeeca56cdc2b7ada1bd36c3d54a0ac070f2 /vdp.h
parentde10b610f1a4537268802a574eeb80ea1b992745 (diff)
Forgot to commit the header changes
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index ebbbff1..2a856cb 100644
--- a/vdp.h
+++ b/vdp.h
@@ -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];