git-svn-id: http://svn.code.sf.net/p/netboot65/code@152 93682198-c243-4bdb-bd91-e943c89aac3b

This commit is contained in:
jonnosan 2009-07-05 11:07:36 +00:00
parent 3b615b774e
commit d5c359a3bd

View File

@ -315,9 +315,9 @@ show_resource:
iny
beq @end_of_port
lda (buffer_ptr),y
cmp #$0D
beq @end_of_port
cmp #$1F
bcc @end_of_port ;any control char should be treated as end of port field
ldax resource_port
stax acc16
lda #10