jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
240 stars 41 forks source link

Corrected definition of object priority in riders to avoid sprite errors (#772) #791

Closed rp-jt closed 2 months ago

rp-jt commented 2 months ago

xmen_o was being registered and used for pri1 in riders. Object priority value was delayed respect to the layers, so it made objects appearing out of frame and made priority errors between sprites and other layers (#772)