fix attribute in nmi
This commit is contained in:
parent
20cc7a9c04
commit
ebdc99b941
|
@ -126,13 +126,13 @@ NMI:
|
|||
LDX #$00
|
||||
@attribute_loop:
|
||||
; send 1 byte
|
||||
INX
|
||||
LDA attributes, X
|
||||
STA PPU_DATA
|
||||
INX
|
||||
; send another byte
|
||||
INX
|
||||
LDA attributes, X
|
||||
STA PPU_DATA
|
||||
INX
|
||||
; loop
|
||||
CPX #$40
|
||||
BNE @attribute_loop
|
||||
|
|
Loading…
Reference in New Issue