mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-25 20:33:13 +00:00
Kernel 0.93
This commit is contained in:
parent
949eb44bb1
commit
60ec94b89e
Binary file not shown.
@ -389,7 +389,7 @@ READ php
|
|||||||
sta (ZPIOCTL),y
|
sta (ZPIOCTL),y
|
||||||
pha
|
pha
|
||||||
lsr
|
lsr
|
||||||
tax
|
pha
|
||||||
|
|
||||||
lda RTDATA,x
|
lda RTDATA,x
|
||||||
dey
|
dey
|
||||||
@ -398,13 +398,11 @@ READ php
|
|||||||
|
|
||||||
ror
|
ror
|
||||||
adc #0
|
adc #0
|
||||||
bcc .11
|
eor #$ff
|
||||||
|
|
||||||
inx
|
|
||||||
|
|
||||||
.11 eor #$ff
|
|
||||||
sta Counter
|
sta Counter
|
||||||
txa
|
|
||||||
|
pla
|
||||||
|
adc #0
|
||||||
eor #$ff
|
eor #$ff
|
||||||
sta Counter+1
|
sta Counter+1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user