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
228 stars 40 forks source link

Outrun graphic glitch on left side #744

Closed theenemy-thd closed 2 months ago

theenemy-thd commented 2 months ago

I have noticed an issue on the graphics on the left hand side especially on the stage with stone arches ... it happens to the left but also bad above on the top of the arch that goes the full length of the screen but again only on the left 20240728_111820

jotego commented 2 months ago

Thanks for reporting it. This is due to a limitation in how many points can be drawn per line without using a frame buffer for the sprites. There is no fix planned.

theenemy-thd commented 2 months ago

something that can be fixed on more powerful fpga?

jotego commented 2 months ago

Particularly, one with more RAM chips

theenemy-thd commented 1 month ago

You mean on board ram that has a higher access speed? Or if the de 10 nano allowed for a 1gb memory upgrade instead of 2x 128mb it could be done?