We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90d9f8 commit 1354176Copy full SHA for 1354176
2 files changed
Spin/codybasic.bin
0 Bytes
Tass/codybasic.asm
@@ -6547,7 +6547,10 @@ MAIN SEI ; Shut off interrupts
6547
LDA #$40 ; Set up VIA timer 1 continuous interrupts, no outputs
6548
STA VIA_ACR
6549
6550
- LDA #$C0 ; Set up VIA timer 1 interrupt
+ LDA #$7F ; Disable all interrupt sources
6551
+ STA VIA_IER
6552
+
6553
+ LDA #$C0 ; Enable VIA timer 1 interrupt
6554
STA VIA_IER
6555
6556
LDA #$07 ; Set VIA data direction register A to 00000111 (pins 0-2 outputs, pins 3-7 inputs)
0 commit comments