mirror of
https://github.com/safiire/n65.git
synced 2025-01-10 18:35:08 +00:00
Removed a mistake in the demo.asm
This commit is contained in:
parent
6d3401b2a5
commit
ca8ebf7b9d
@ -140,8 +140,6 @@
|
|||||||
sta nes.apu.channel_enable
|
sta nes.apu.channel_enable
|
||||||
lda #$00
|
lda #$00
|
||||||
sta nes.apu.square1.reg2
|
sta nes.apu.square1.reg2
|
||||||
lda #$40
|
|
||||||
sta nes.controller2 ; Why are we doing this to controller 2? Mistake?
|
|
||||||
rts
|
rts
|
||||||
.
|
.
|
||||||
|
|
||||||
@ -204,7 +202,7 @@
|
|||||||
lda #$00
|
lda #$00
|
||||||
sta nes.ppu.address
|
sta nes.ppu.address
|
||||||
loop:
|
loop:
|
||||||
lda ($10), Y
|
lda ($10), y
|
||||||
sta nes.ppu.data
|
sta nes.ppu.data
|
||||||
iny
|
iny
|
||||||
bne loop
|
bne loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user