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

BurgerTime: Sprites are glitched during gameplay #18

Closed sarospa closed 7 years ago

sarospa commented 7 years ago

This one is probably due to the fact that BurgerTime uses 8x16 sprite mode, which hasn't actually been implemented yet. Hopefully this won't be too difficult to add in, and then I'll have basically all the features of PPUCTRL implemented.

sarospa commented 7 years ago

Oh, important note: BurgerTime also appears to crash a few seconds into gameplay due to accessing an invalid CPU address. This is probably part of the same problem but it should be opened as a separate issue if it persists after this is fixed.

sarospa commented 7 years ago

Looks like the glitched sprites are fixed. As for the crashing, it turns out this is the resulting behavior when left and right are pressed at the same time...ha ha...ha...I should probably fix that.