Kernel 0.93

This commit is contained in:
Rémy GIBERT 2019-05-20 21:10:35 +02:00
parent 949eb44bb1
commit 60ec94b89e
2 changed files with 5 additions and 7 deletions

Binary file not shown.

View File

@ -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