fixed typo in 'send ASCII char' description

git-svn-id: http://svn.code.sf.net/p/netboot65/code@245 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2009-12-30 10:55:57 +00:00
parent b04077968b
commit afb72cb70d

View File

@ -97,7 +97,7 @@ While connected, you can hit F1 to bring up a file transfer menu. This menu pres
<ul>
<li>F1 : D/L File (XMODEM). Select this option after you have started the file download process on the remote server. You will be prompted for a filename for the file to be saved as after the download has completed.
<li>F3 : U/L File (XMODEM). Select this option after you have started the file upload process on the remote server. You will be given a menu of files on the local disk to transfer.
<li>F3 :Send ASCII char. You will be prompted to enter a number between 0 and 255, and the corresponding byte will be sent. This is useful for sending characters which can't be entered on a C64 keyboard.
<li>F5 : Send ASCII char. You will be prompted to enter a number between 0 and 255, and the corresponding byte will be sent. This is useful for sending characters which can't be entered on a C64 keyboard.
<li>F7 : Return. Selecting this option will restore the screen return you to your connection
</ul>