From ca8ebf7b9df5edcdac511c25d02998fed48b9f6e Mon Sep 17 00:00:00 2001 From: Safiire Date: Thu, 12 Mar 2015 18:12:45 -0700 Subject: [PATCH] Removed a mistake in the demo.asm --- examples/demo.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/demo.asm b/examples/demo.asm index 7b9611f..7fb2528 100644 --- a/examples/demo.asm +++ b/examples/demo.asm @@ -140,8 +140,6 @@ sta nes.apu.channel_enable lda #$00 sta nes.apu.square1.reg2 - lda #$40 - sta nes.controller2 ; Why are we doing this to controller 2? Mistake? rts . @@ -204,7 +202,7 @@ lda #$00 sta nes.ppu.address loop: - lda ($10), Y + lda ($10), y sta nes.ppu.data iny bne loop