Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-04-08 08:13:31 +02:00
parent f815237376
commit 975011e496
4 changed files with 6 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -352,7 +352,7 @@ LDR.SetupQC bit RRAMWRAMBNK2 read/write RAM bank 2
sta $D000
jmp lc1in switch in LC bank 1
*--------------------------------------
DS1216E.DATA1 .EQ $10
DS1216E.DATA1 .EQ idxl
DS1216E.DATA2 .EQ A1L
*--------------------------------------
LDR.ClkDevScan php
@ -377,8 +377,9 @@ LDR.ClkDevScan php
lda $C304 Reset DS1216E comparison register with READ A2=1
ldx #7 Read 8 bytes...
.3 lda DS1216E.PATTERN,x
.3 lda DS1216E.SIG,x
phx
ldx #8 ....of 8 bits
.4 ldy #0
@ -418,7 +419,7 @@ LDR.ClkDevScan php
.8 plp
ldx #7
.9 lda DS1216E.DATA1,x
cmp DS1216E.DATA2,x
bne .90

View File

@ -55,8 +55,8 @@ TLTextMountVolume .EQ $1201
P8QUIT .EQ $E0D000
GSOS .EQ $E100A8
GSOS2 .EQ $E100B0
OS_BOOT .EQ $E100BD indicates O/S initially booted*--------------------------------------
OS_BOOT .EQ $E100BD indicates O/S initially booted
*--------------------------------------
lookptr .EQ $0A
idapple .EQ $0C model machine id
idxl .EQ $10 general use 16 bit index pointer