diff --git a/src-html/00063.png b/src-html/00063.png new file mode 100644 index 0000000..af2b4c4 Binary files /dev/null and b/src-html/00063.png differ diff --git a/src-html/00069.png b/src-html/00069.png new file mode 100644 index 0000000..dc6c07d Binary files /dev/null and b/src-html/00069.png differ diff --git a/src-html/H_geoTelnet.html b/src-html/H_geoTelnet.html index 987e0b9..484c704 100644 --- a/src-html/H_geoTelnet.html +++ b/src-html/H_geoTelnet.html @@ -19,10 +19,10 @@ .word 0 ;first two bytes = 0 .byte 3 ;width in bytes .byte 21 ;and height in scanlines of: - .byte $80 | 3 ;Commodore type, bit 7 S + .byte $80 | 3 ;Commodore type, bit 7 S .byte APPLICATION ;Geos file type .byte VLIR ;Geos file structure type - .word Main ;load address of program + .word Main ;load address of program .word $3ff ;end address, needed for ;desk accessories. .word Main ;init address of program @@ -31,5 +31,5 @@ ;4 char version number, ;3 zeroes, ;40/80 column flag. - .byte "Bo Zimmerman + .byte "Bo Zimmerman \ No newline at end of file diff --git a/src-html/S_geoTelXfer.html b/src-html/S_geoTelXfer.html index 13b9108..af61518 100644 --- a/src-html/S_geoTelXfer.html +++ b/src-html/S_geoTelXfer.html @@ -5,7 +5,7 @@ ;* ;* XModem transfer gui and file mgmt. ;* File handlers shared with Buffer options -;* +;* ;***************************** .noeqin .include GEOSequates @@ -105,7 +105,7 @@ .byte $06, $10 .word FBOXswdv FBOXdmag: - + UpBxGfx: jsr ReDoMenu mvw leftMargin,R3 mvw rightMargin,R4 @@ -172,8 +172,8 @@ beq 13$ 12$: avw #$11,A6 ;Otherwise go to next filename dex - bne 12$ ;Keep on to fname index -13$: ldy #$00 ;Now move filename + bne 12$ ;Keep on to fname index +13$: ldy #$00 ;Now move filename 14$: lda (A6),y ; onto valid position sta (A5),y iny @@ -285,11 +285,11 @@ bne 30$ inx 30$: lda (A6),y - rts + rts XUpBadBlk: inc XErrors jsr XUpdBox - rts + rts XferBox: jsr $c1a8 ; i_GraphicsString .byte $01,$5b,$00,$42 ; MOVEPENTO Xl,Xh,Y @@ -308,7 +308,7 @@ .byte $02,$d8,$00,$68 ; line .byte $01,$d8,$00,$60 ; movepento .byte $02,$d0,$00,$68 ; line - + .byte $06,$6b,$00,$65,$18,"Errors:",27,0 jsr $c1a8 ; i_GraphicsString .byte $06,$6b,$00,$56,$18,"Bytes:",27,0 @@ -347,7 +347,7 @@ rts ; exit from screen routine -XAbortChk: +XAbortChk: ldb R2L,#$60 ldb R2H,#$68 ldw R3,#$00d0 @@ -367,7 +367,7 @@ 90$: clc rts -DoXDownload: +DoXDownload: jsr GotoFirstMenu jsr SavColorScn jsr ScreenSafe @@ -481,7 +481,7 @@ ldy #0 pla sta (A6),y - rts + rts XDnFlush: cwi XBufWrPtr,#BACK_SCR_BASE bne 10$ @@ -558,8 +558,8 @@ cmp #$a0 ;so that a 0 can be added beq 18$ ;and thus be readable by sta FBOXdnam,y ;the dialog box routines - iny - cmp #$a0 + iny + cmp #$a0 beq 18$ cpy #18 bne 17$ @@ -572,7 +572,7 @@ cpx #0 bne 99$ ; exit on disk error ldw R5,#$8200 ;point to BAM - jsr CalcBlksFree + jsr CalcBlksFree lda R4H bne 11$ lda R4L @@ -609,7 +609,7 @@ .word FBOXtxt5 .byte 13 ;GetString .byte $1a,$26 ;XOffset.Yalso - .byte A5 + .byte A5 .byte 16 ;maximum # of chars to accept. .byte 15 ; do graphics table .word FBOXgfx @@ -688,7 +688,7 @@ FBOXtxt3: .byte $18,"to deskTop",27,0 FBOXtxt4: .byte $18,"On Disk:",27,0 FBOXtxt5: .byte $18,"Please enter new filename:",27,0 -FBOXtxt6: .byte $18,"Enter new file name:",27,0 +FBOXtxt6: .byte $18,"Enter new file name:",27,0 FBOXtxt7: .byte $18,"Insert new disk into disk drive.",27,0 FBOXtxt8: .byte $18,"ERROR: File exists!",27,0 FBOXtxt9: .byte $18,"ERROR: Disk full!",27,0