]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/siocall.s
Marked files to be excluded from build.
[cc65] / libsrc / atari / siocall.s
index da8a62656730c64d4697f557fffa5a403248ab98..eea3f040ab0cca2adcc5784b2ef3d8461628c93d 100644 (file)
@@ -7,11 +7,10 @@
 ; to save space with _dio_read and _dio_write functions.
 ;
 ; unsigned char __fastcall__ _sio_call(dhandle_t handle,
-;                                     sectnum_t sect_num,
+;                                     unsigned sect_num,
 ;                                     void *buffer,
-;                                     unsigned int sio_val);
+;                                     unsigned sio_val);
 ; dhandle_t - 16bit (ptr)
-; sectnum_t - 16bit
 ; sio_val is (sio_command | sio_direction << 8)
 ;