@wildrose@mastodon.gamedev.place
Post #1537479
2026-04-21 23:54 UTC
Learning #NESDEV questions: Does it normally take multiple frames to fully clear the nametable? When I try to just do a loop to clear it during NMI, it seems to only clear 1/3 of the screen.
#NES
Replies (2)
-
@wildrose@mastodon.gamedev.place 2026-04-22 00:00
It also gets glitchy when I try to clear more than it can handle...
-
@slembcke@mastodon.gamedev.place 2026-04-22 00:43
@wildrose@mastodon.gamedev.place Yeah, you need to do it incrementally or disable the PPU. If you are clearing the screen that’s sort of best case anyway since you probably want the screen to go black anyway?