# HG changeset patch # User Michael Pavone # Date 1564335315 25200 # Node ID 45be49d3a98b381c47648666c4059fe75a04c08e # Parent e75b788caedd0706aa34f4502af1ebee6c6b52f0 Forgot to commit the header changes diff -r e75b788caedd -r 45be49d3a98b vdp.h --- a/vdp.h Sat Jul 27 21:11:53 2019 -0700 +++ b/vdp.h Sun Jul 28 10:35:15 2019 -0700 @@ -212,6 +212,7 @@ 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];