Fixed recent change.

Brought back re-initialization of port hi-byte.
This commit is contained in:
Oliver Schmidt 2018-08-03 00:49:56 +02:00
parent 74eec87860
commit fc61ee5358

View File

@ -57,6 +57,7 @@ url_parse:
ldy #80
sty url_port
ldy #0
sty url_port+1
sty url_resource_type
jsr skip_to_hostname