mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-08 03:31:10 +00:00
peasant: skip sound detection if open-apple held down
This commit is contained in:
parent
941e81bbeb
commit
0d21b44e86
@ -116,6 +116,13 @@ not_gs:
|
||||
lda #0
|
||||
sta SOUND_STATUS ; clear out, sound enabled
|
||||
|
||||
;===========================================
|
||||
; skip checks if open-apple being held down
|
||||
|
||||
lda $C061
|
||||
bne skip_all_checks
|
||||
|
||||
|
||||
jsr detect_language_card
|
||||
bcs no_language_card
|
||||
|
||||
@ -191,6 +198,9 @@ ssi_not_found:
|
||||
|
||||
mockingboard_notfound:
|
||||
|
||||
|
||||
skip_all_checks:
|
||||
|
||||
lda #30
|
||||
jsr wait_a_bit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user