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

Faster reading of objects in xmen #810

Closed rp-jt closed 1 month ago

rp-jt commented 1 month ago

Similar to what was done to fix #741, this fixes horizontal lines for #765

In Xmen, before: 12 After 12

Since it's the same chip, I tried applying the same treatment in simson. It gives good results with The Simpsons (before/after): 4 4 However, it doesn't work for Vendetta: frame_00002

As of now, this fix has only been seen in simulation. Still needs to be tested in the game

jotego commented 1 month ago

I think this might affect shadows. It may even fix them. Let's check that first.

rp-jt commented 1 month ago

Changes added within #835