1
0
mirror of https://github.com/safiire/n65.git synced 2024-06-02 05:41:36 +00:00

Removed a mistake in the demo.asm

This commit is contained in:
Safiire 2015-03-12 18:12:45 -07:00
parent 6d3401b2a5
commit ca8ebf7b9d

View File

@ -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