AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
155 stars 26 forks source link

Fixed clearing interupt instead of dmacon when disabling handler #159

Closed rveilleux closed 1 year ago

rveilleux commented 1 year ago

Fixed INTF_SETCLR (even if same value as DMAF_SETCLR), to make code more accurate This bug was messing up sprites when ptplayer is set to use PTPLAYER_USE_VBL: since INTB_VERTB is equal to DMAB_SPRITE.

tehKaiN commented 1 year ago

Such a silly mistake, how did I miss it? Thanks for spotting it!