]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/dioread.s
Marked files to be excluded from build.
[cc65] / libsrc / atari / dioread.s
index 9cdd18143cbe71a831d179d541ef26bca1da8603..7b7cbc60c934187f6020b019a73adfc05b396a12 100644 (file)
@@ -3,13 +3,12 @@
 ;
 ; this file provides the _dio_read function
 ;
-; unsigned char __fastcall__ dio_read(dhandle_t handle,sectnum_t sect_num,void *buffer);
+; unsigned char __fastcall__ dio_read(dhandle_t handle,unsigned sect_num,void *buffer);
 ; dhandle_t - 16bit (ptr)
-; sectnum_t - 16bit
 ;
 
        .import         __sio_call,pushax
-       .export         _dio_read
+       .export         _dio_read
        .include        "atari.inc"
 
 .proc  _dio_read