File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ random10:
50
50
bpl random10
51
51
rts
52
52
53
+ ; canon is waitForVerticalBlankingInterval
54
+ updateAudioWaitForNmiAndResetOamStaging:
55
+ jsr updateAudio_jmp
56
+ lda #$00
57
+ sta verticalBlankingInterval
58
+ nop
59
+ @checkForNmi:
60
+ lda verticalBlankingInterval
61
+ beq @checkForNmi
62
+
53
63
resetOAMStaging:
54
64
; Hide a sprite by moving it down offscreen, by writing any values between #$EF-#$FF here.
55
65
; Sprites are never displayed on the first line of the picture, and it is impossible to place
@@ -67,18 +77,6 @@ resetOAMStaging:
67
77
rts
68
78
69
79
70
- ; canon is waitForVerticalBlankingInterval
71
- updateAudioWaitForNmiAndResetOamStaging:
72
- jsr updateAudio_jmp
73
- lda #$00
74
- sta verticalBlankingInterval
75
- nop
76
- @checkForNmi:
77
- lda verticalBlankingInterval
78
- beq @checkForNmi
79
- jsr resetOAMStaging
80
- rts
81
-
82
80
updateAudioAndWaitForNmi:
83
81
jsr updateAudio_jmp
84
82
lda #$00
You can’t perform that action at this time.
0 commit comments