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
|
||||
pha
|
||||
lsr
|
||||
tax
|
||||
pha
|
||||
|
||||
lda RTDATA,x
|
||||
dey
|
||||
@ -398,13 +398,11 @@ READ php
|
||||
|
||||
ror
|
||||
adc #0
|
||||
bcc .11
|
||||
|
||||
inx
|
||||
|
||||
.11 eor #$ff
|
||||
eor #$ff
|
||||
sta Counter
|
||||
txa
|
||||
|
||||
pla
|
||||
adc #0
|
||||
eor #$ff
|
||||
sta Counter+1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user