]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/dioread.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / dioread.s
index 1b56e42947dd13b181c05164ce6c5b06f6566d23..9cdd18143cbe71a831d179d541ef26bca1da8603 100644 (file)
@@ -3,16 +3,16 @@
 ;
 ; this file provides the _dio_read function
 ;
-; unsigned char __fastcall__ _dio_read(_driveid_t drive_id, _sectnum_t sect_num, void *buffer);
-; _driveid_t - 8bit
-; _sectnum_t - 16bit
+; unsigned char __fastcall__ dio_read(dhandle_t handle,sectnum_t 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
+.proc  _dio_read
 
        jsr     pushax          ; push buffer address
        ldx     #%01000000      ; direction value