Fixed the boot problem:A2OSC.SYSTEM not generated properly with MSYS script

This commit is contained in:
Rémy GIBERT 2016-01-05 12:24:48 +01:00
parent 8f8d3222dc
commit 9d8b78976a
4 changed files with 13 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -200,7 +200,7 @@ MSG.KLOADING >PSTRING "Loading Kernel..."
MSG.KLOADING.KO >PSTRING "Error While Loading Kernel." MSG.KLOADING.KO >PSTRING "Error While Loading Kernel."
MSG.STAGE1OK >PSTRING "A2osX[Stage1]:Complete." MSG.STAGE1OK >PSTRING "A2osX[Stage1]:Complete."
*-------------------------------------- *--------------------------------------
.BS $1300-* .BS $1200-*
.EP .EP
*-------------------------------------- *--------------------------------------
MAN MAN

View File

@ -158,11 +158,21 @@ A2osX.SetupQC lda RRAMWRAMBNK2
sta $D100,x sta $D100,x
lda A2osX.QC.B.Start+$100,x lda A2osX.QC.B.Start+$100,x
sta $D200,x sta $D200,x
lda A2osX.GP.B.start,x
sta $D300,x
inx inx
bne .1 bne .1
ldx #$C0
.2 lda A2osX.GP.B.start-1,x
sta $D300-1,x
dex
bne .2
ldx #$20
.3 lda $BEE0-1,x
sta $D3E0-1,x
dex
bne .3
lda RROMBNK1 lda RROMBNK1
*-------------------------------------- *--------------------------------------
A2osX.EnumKM >LDAXI MSG.KMENUM A2osX.EnumKM >LDAXI MSG.KMENUM