Good Game Over animation

This commit is contained in:
Pecusx
2022-07-18 16:37:56 +02:00
parent 5c38b7b12a
commit d9012f4485
4 changed files with 41 additions and 21 deletions
+21
View File
@@ -994,6 +994,27 @@ ClearResults
rti
.endp
;--------------------------------------------------
.proc DLIinterruptGameOver
;sta dliA
;sty dliY
pha
lda dliCounter
bne @+
lda #%00100000 ; playfield after P/M
STA WSYNC
sta gtictl
inc dliCounter
pla
rti
@
lda #%00100100 ; playfield before P/M
STA WSYNC
sta gtictl
inc dliCounter
pla
rti
.endp
;--------------------------------------------------
.proc DLIinterruptText
;sta dliA
pha