sarospa / arachNES

"Average NES emulator contains 3 spiders" factoid actually just statistical error...
GNU Affero General Public License v3.0
0 stars 1 forks source link

Mario Bros: Gray line along right edge #3

Closed sarospa closed 7 years ago

sarospa commented 7 years ago

A gray line can be seen on the right edge of the screen while playing Mario Bros. This can be seen at all times, even in the menu.

sarospa commented 7 years ago

I'm pretty sure this is a sprite rendering issue. The mystery lines appear totally different in Galaxian, and they disappear when sprite rendering is disabled, so they're probably garbage sprites poking into the left side of the screen.

sarospa commented 7 years ago

Turns out I was correct, and this one was pretty easy to fix.