Make spin loop time shorter
This commit is contained in:
parent
c5638c0b66
commit
833e9f842a
@ -204,7 +204,7 @@ lda #%10000001 ; enable NMI and joypads
|
|||||||
sta $4200
|
sta $4200
|
||||||
|
|
||||||
mainloop:
|
mainloop:
|
||||||
Spin_Loop $10
|
Spin_Loop $02
|
||||||
|
|
||||||
stz $2121
|
stz $2121
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ mainloop:
|
|||||||
;lda #%00110000
|
;lda #%00110000
|
||||||
;sta $2105
|
;sta $2105
|
||||||
|
|
||||||
Spin_Loop $10
|
Spin_Loop $02
|
||||||
|
|
||||||
lda #0
|
lda #0
|
||||||
sta $2121
|
sta $2121
|
||||||
|
Loading…
Reference in New Issue
Block a user