Kernel 0.93++

This commit is contained in:
Rémy GIBERT 2020-01-30 16:39:29 +01:00
parent cf738c73a7
commit 11c470d799
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -313,8 +313,9 @@ BuildProDOSCat.Nextpage
inc ZPPtr1+1
ldy #0
.2 tya
sta (ZPPtr1),y
tya
.2 sta (ZPPtr1),y
iny
bne .2
rts