Skip to content

Commit 12bbc1d

Browse files
author
Brian Holdsworth
committed
FIX: joys command not very responsive
1 parent 3e7baca commit 12bbc1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cbm/cmd/joys.asm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ error:
5353
jsr eputs
5454
jmp exit
5555
continue:
56+
; Disable toolbox IRQ
57+
lda #<doNothing
58+
ldy #>doNothing
59+
jsr aceIrqHook
5660
; put J: into configuration mode
5761
lda #<config
5862
ldy #>config
@@ -87,7 +91,10 @@ getdirs:
8791
sec
8892
jsr aceConGamepad
8993
jmp exit
94+
doNothing:
95+
rts
9096
exit:
97+
jsr toolWinRestore
9198
rts
9299
errorMsg:
93100
!pet "Error: Check you have only one gamepad connected to USB, then press RESET.",13,0

0 commit comments

Comments
 (0)