Elektrine lite

← Feed

@wildrose@mastodon.gamedev.place

Post #2728199

2026-04-22 00:46 UTC

@slembcke@mastodon.gamedev.place Yeah that's literally what I want it to do, make the screen go blank and start drawing the entire nametable. So uh... how do i disable the ppu?

Replies (1)

  • @wildrose@mastodon.gamedev.place Bits 3 and 4 of the PPUMASK register. https://www.nesdev.org/wiki/PPU_registers#PPUMASK_-_Rendering_settings_($2001_write) I made a function to do it…

    Open ##2728200