Very rare interrupts problem

This commit is contained in:
Pecusx
2025-01-20 11:30:33 +01:00
parent e8af94ba5d
commit 8ebb689d5f
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -336,6 +336,8 @@ StartPressed
jsr _SetDLIproc
.endm
.proc _SetDLIproc
LDA #$00
STA NMIEN
LDA #$C0
STY VDSLST
STX VDSLST+1
+3 -1
View File
@@ -44,9 +44,11 @@
.MACRO VDLI
; VDLI #WORD
; Initialises Display List Interrupts
LDA #$00
STA NMIEN
LDA #$C0
LDY # <:1
LDX # >:1
LDA #$C0
STY $0200
STX $0201
STA NMIEN
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.