mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
mboard: logo leaves us in AUX mode?
This commit is contained in:
parent
119c29db2a
commit
4ba7c72813
@ -241,10 +241,16 @@ done_apple_detect:
|
||||
; lda #>interrupt_handler
|
||||
; sta $03ff
|
||||
|
||||
|
||||
; logo has us in AUX mode???
|
||||
|
||||
sta $C008 ; switch to main memory
|
||||
|
||||
jsr $BF00 ; prodos MLI interface
|
||||
.byte $40 ; ALLOC_INTERRUPT
|
||||
.word interrupt_parms
|
||||
|
||||
sta $C009 ; return to main memory
|
||||
|
||||
;============================
|
||||
; Enable 50Hz clock on 6522
|
||||
|
Loading…
x
Reference in New Issue
Block a user