summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
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];