static void SPRxPTH(int hpos, uae_u16 v, int num)
{
+ decide_line(hpos);
decide_fetch_safe(hpos);
decide_sprites(hpos);
if (get_sprite_dma_rel(hpos, 1) != num || (!copper_access && !currprefs.cpu_memory_cycle_exact)) {
}
static void SPRxPTL(int hpos, uae_u16 v, int num)
{
+ decide_line(hpos);
decide_fetch_safe(hpos);
decide_sprites(hpos);
if (get_sprite_dma_rel(hpos, 1) != num || (!copper_access && !currprefs.cpu_memory_cycle_exact)) {