Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-07-05 22:45:55 +02:00
parent ba1bb3996e
commit ba4d2a9379
3 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -389,11 +389,16 @@ L596F ldy #$FF index to last byte of data to write.
* on exit: carry set if error (write protect violation).
* if no error, acc=uncertain, x=unchanged, y=0, carry clear.
*--------------------------------------
XRW.Write lda nbuf2
XRW.Write lda IO.D2.ReadProt,x test for write protected
lda IO.D2.ReadMode,x
bpl .1
sec
rts
.1 lda nbuf2
sta pcl
ldx A2L
lda #$FF sync data.
sta IO.D2.WriteMode,x (5) goto write mode
ora IO.D2.WShift,x (4)