diff --git a/.Floppies/A2OSX.BOOT.po b/.Floppies/A2OSX.BOOT.po index 280aa872..cb123e26 100644 Binary files a/.Floppies/A2OSX.BOOT.po and b/.Floppies/A2OSX.BOOT.po differ diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 804452e7..c75a8495 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.SRC.po b/.Floppies/A2OSX.SRC.po index 35d0ba8d..e7935655 100644 Binary files a/.Floppies/A2OSX.SRC.po and b/.Floppies/A2OSX.SRC.po differ diff --git a/A2osX.S.txt b/A2osX.S.txt index 194f4a28..e12b31c3 100644 --- a/A2osX.S.txt +++ b/A2osX.S.txt @@ -99,6 +99,13 @@ A2osX.Init1 ldx #$FF init 6502 stack to highest .2 >LDAXI MSG.CPU.OK jsr PrintFAX *-------------------------------------- +A2osX.CloseAll stz LEVEL Back To FILE LEVEL 0 + + jsr MLI Make sure all files are closed + .DA #MLICLOSE + .DA MLICLOSE01 + bcs * +*-------------------------------------- A2osX.Prefix >LDAXI MSG.BOOTPREFIX jsr PrintFAX jsr MLI diff --git a/INC/PRODOS.I.txt b/INC/PRODOS.I.txt index 644c32cd..be1dd61e 100644 --- a/INC/PRODOS.I.txt +++ b/INC/PRODOS.I.txt @@ -99,7 +99,7 @@ MEMTABL .EQ $BF58 -> $BF6F *INTRUPT4 .EQ $BF86 DATELO .EQ $BF90 TIMELO .EQ $BF92 -*LEVEL .EQ $BF94 +LEVEL .EQ $BF94 *BUBIT .EQ $BF95 *SPARE1 .EQ $BF96 MACHID .EQ $BF98 diff --git a/_MAKEBOOT.txt b/_MAKEBOOT.txt index d1924383..23e7d6bd 100644 --- a/_MAKEBOOT.txt +++ b/_MAKEBOOT.txt @@ -5,7 +5,7 @@ AUTO 6 PREFIX /A2OSX.BUILD echo \fBuilding A2OSX.BOOT Media... format S6D1 A2OSX.BOOT -cp PRODOS /A2OSX.BOOT +cp ProDOS /A2OSX.BOOT md /A2OSX.BOOT/SYS cp SYS/* /A2OSX.BOOT/SYS md /A2OSX.BOOT/DRV