diff --git a/desk.acc/run.basic.here.s b/desk.acc/run.basic.here.s index 568c509..f222d32 100644 --- a/desk.acc/run.basic.here.s +++ b/desk.acc/run.basic.here.s @@ -72,10 +72,6 @@ start: ;; Reformat /RAM if it was restored jsr maybe_reformat_ram - ;; Set PREFIX - MLI_CALL SET_PREFIX, set_prefix_params - bcs quit - ;; Load BS MLI_CALL OPEN, open_params bcs quit @@ -89,6 +85,11 @@ start: MLI_CALL CLOSE, close_params bcs quit + ;; Set PREFIX. Do this last; see: + ;; https://github.com/inexorabletash/a2d/issues/95 + MLI_CALL SET_PREFIX, set_prefix_params + bcs quit + ;; Launch jmp $2000