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 inc ZPPtr1+1
ldy #0 ldy #0
.2 tya tya
sta (ZPPtr1),y
.2 sta (ZPPtr1),y
iny iny
bne .2 bne .2
rts rts