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

Riders: brightness and shadow #808

Closed rp-jt closed 1 month ago

rp-jt commented 2 months ago

The shadow information was completely lost in the original version for taking the wrong bit The brit value was redefined after checking again the schematics

In this version, shadows that weren't drawn by the sprite are visible, for example:

Before: 4

After: 4

jotego commented 2 months ago

Looks good! But please check whether PunkShot shadows are still visible and report it here. If those shadows did not get broken, I'll merge it.

rp-jt commented 1 month ago

@jotego shadows in Punkshot are still visible and seem to be okay after this changes