1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Add __fastcall__ to cbm_k_second() documentation

This commit is contained in:
Bas Wassink 2018-05-25 13:17:12 +02:00
parent dade099b9d
commit b98517f90b

View File

@ -2231,7 +2231,7 @@ function, in order to provide input from the keyboard.
<descrip>
<tag/Function/Send secondary address for LISTEN.
<tag/Header/<tt/<ref id="cbm.h" name="cbm.h">/
<tag/Declaration/<tt/void cbm_k_second (unsigned char addr);/
<tag/Declaration/<tt/void __fastcall__ cbm_k_second (unsigned char addr);/
<tag/Description/This function is used to send a secondary address to an I/O
device after a call to LISTEN is made, and the device is commanded to LISTEN.
<tag/Notes/<itemize>