mirror of
https://github.com/mi57730/a2d.git
synced 2025-04-07 11:37:31 +00:00
RBH DA: Set PREFIX last. Fixes #95
This commit is contained in:
parent
23acfe7c50
commit
a6b0cc0f13
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user