fix softcard launcher to work with grappler+ softsp

This commit is contained in:
Robert Justice 2023-06-16 10:59:58 +10:00
parent 861333d90f
commit 8ba639ec3d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -104,7 +104,7 @@ Signature: .byte $FF, $20, $FF, $00 ; Disk card signature for disk controlle
DInit: lda EReg ; save current environment so we can
sta EnvSave ; restore on exit
ora #$40 ; enable Cxxx I/O
ora #$c0 ; enable Cxxx I/O and set 1MHz, grappler+ softsp needs this
sta EReg
lda #ScanStart ; load starting scan slot
ora #$C0 ; Form a $Cs00 address, where s = slot #