mirror of
https://github.com/safiire/n65.git
synced 2025-08-09 18:25:23 +00:00
Removed a mistake in the demo.asm
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user