post intro glitch fix #67

This commit is contained in:
2022-05-21 08:45:26 -04:00
parent 620bcf5aa8
commit d9645b9c37
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -249,6 +249,11 @@ stop
@ sta POKEY,x
dex
bpl @-
;no glitching please (issue #67)
lda #0
sta $D400 ;dmactl
sta $022F ;dmactls
rts ;return to ... DOS
; --- DLI PROGRAM
BIN
View File
Binary file not shown.