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