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
231 stars 41 forks source link

riders: groups of spots onscreen #850

Open rp-jt opened 4 days ago

rp-jt commented 4 days ago

In Sunset Riders, during some parts of the game, an object conformed by a group of colored dots can be spotted

I filtered this scene to leave the dots as the only object, they seem to be drawn for scan_obj==0 (at least in this scene) frame_00002

It might be related to #742 and/or the protection chip

jotego commented 4 days ago

I think it is related to the protection chip indeed. MAME may have some comments about it but I think there are also ghost sprites on the MAME version.