]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/dio_cts.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / atari / dio_cts.s
index d8fb3ac7907863c3e5bafd9c8a25262c6f7b4c77..a618f5d8b8b4860f6cff48156a51e903b39f9a68 100644 (file)
@@ -8,20 +8,20 @@
 ; cylinder and head and returns as sector number the
 ; sector number it got
 ;
-; unsigned char __fastcall__ _dio_phys_to_log(_dhandle_t handle,
-;                                            _dio_phys_pos *physpos,   /* input */
-;                                            _sectnum_t *sectnum);     /* output */
+; unsigned char __fastcall__ dio_phys_to_log(dhandle_t handle,
+;                                           dio_phys_pos *physpos,     /* input */
+;                                           sectnum_t *sectnum);       /* output */
 ;
-; _dhandle_t - 16bit (ptr)
-; _sectnum_t - 16bit
+; dhandle_t - 16bit (ptr)
+; sectnum_t - 16bit
 ;
 
-       .export         __dio_phys_to_log
+       .export         _dio_phys_to_log
        .import         popax,__oserror
        .importzp       ptr1,ptr2,ptr3
        .include        "atari.inc"
 
-.proc  __dio_phys_to_log
+.proc  _dio_phys_to_log
 
        sta     ptr1
        stx     ptr1+1          ; pointer to result