FIX: PETSCII mode telnet was broken

git-svn-id: http://svn.code.sf.net/p/netboot65/code@248 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2010-01-01 14:44:48 +00:00
parent 1a781deb94
commit 3beca2846d
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
.byte "1.0.28"
.byte "1.0.29"

View File

@ -149,7 +149,7 @@ telnet_connect:
cmp #2
beq :+
ldx temp_a
lda temp_a
jmp @no_conversion_required
:
@ -163,11 +163,10 @@ telnet_connect:
sta scratch_buffer,y
inc tcp_send_data_len
iny
bne :-
bne :-
jmp @send_char
@no_conversion_required:
txa
ldy tcp_send_data_len
sta scratch_buffer,y
inc tcp_send_data_len

View File

@ -1 +1 @@
1.0.28
1.0.29

View File

@ -1,5 +1,6 @@
v1.0.28
- CHANGE: after playing a SID, go back to last viewed dir listing, not main menu
- FIX: PETSCII mode telnet was broken
v1.0.27
- FIX: more than 3 dots in a dotted quad would crash the hostname resolver