Commit: 15f1c55769617fdb047680bed1b47beb53fd8c37 Parent: 044465644cfc3227b596dfc177607bad7523d0a9 Author: Vi Grey Date: 2020-08-22 20:22 UTC Summary: Disable sprites hello-world-nes.asm | 2 +- hello-world-nes.nes | Bin 24592 -> 24592 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world-nes.asm b/hello-world-nes.asm index dd57df5..4e65aa8 100644 --- a/hello-world-nes.asm +++ b/hello-world-nes.asm @@ -142,7 +142,7 @@ NMI: stx PPU_OAM_ADDR lda PPU_STATUS Draw: - lda #%00011110 + lda #%00001110 ; Disable sprites sta PPU_MASK ResetScroll: stx PPU_SCROLL diff --git a/hello-world-nes.nes b/hello-world-nes.nes index 4b66d02..07ae295 100644 Binary files a/hello-world-nes.nes and b/hello-world-nes.nes differ