mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
Update dio.sgml
This commit is contained in:
@@ -25,8 +25,7 @@ released with the <tt>dio_close</tt> function.
|
|||||||
dhandle_t __fastcall__ dio_open (unsigned char device);
|
dhandle_t __fastcall__ dio_open (unsigned char device);
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
The <tt>device</tt> specifies the device to access, with 0 being the first
|
The <tt>device</tt> specifies the device to access.
|
||||||
device, 1 the second, and so on.
|
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
unsigned char __fastcall__ dio_close (dhandle_t handle);
|
unsigned char __fastcall__ dio_close (dhandle_t handle);
|
||||||
|
Reference in New Issue
Block a user