# HG changeset patch # User Michael Pavone # Date 1462058397 25200 # Node ID 1a797fcbb35f7fd84c2283e71574e986dd239c12 # Parent 238141756e6710fb3e5192b68290e0bf0df82e5a Added TODO for hardware checking diff -r 238141756e67 -r 1a797fcbb35f vdp.c --- a/vdp.c Sat Apr 30 16:19:19 2016 -0700 +++ b/vdp.c Sat Apr 30 16:19:57 2016 -0700 @@ -478,7 +478,9 @@ context->sprite_draw_list[context->sprite_draws].h_flip = (tileinfo & MAP_BIT_H_FLIP) ? 1 : 0; } } - if (!context->sprite_draws/*i < width*/) { + //Used to be i < width + //TODO: Confirm this is the right condition on hardware + if (!context->sprite_draws) { context->flags |= FLAG_DOT_OFLOW; } context->cur_slot--;