From 48d132c9108998c6452bda2fc75ee00cdc5624a8 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 14 Jul 2018 09:06:06 -0400 Subject: [PATCH] boot.system - need to initialize fst before using it. --- boot.aii | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boot.aii b/boot.aii index 850d6cd..789cd1c 100644 --- a/boot.aii +++ b/boot.aii @@ -267,6 +267,11 @@ startup proc import ReadDCB:IORecGS import aux_value + ; 0. host fst start up. + lda #0 + ldx #$8001 + call_host + ; 1. open/read/close start.gsos ; 2. execute start.gsos