]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/diowritev.s
used version from pet -- Atari is now a monochrome target
[cc65] / libsrc / atari / diowritev.s
index 5c14385d1664296fef5b0db662aca5d114a4a56e..83fbb699641260f4b7718cfda09e7a5ef0fa1e88 100644 (file)
@@ -1,18 +1,18 @@
 ;
 ; Christian Groessler, October 2000
 ;
-; this file provides the _dio_write function
+; this file provides the _dio_write_verify function
 ;
-; unsigned char __fastcall__ _dio_write_verify(_driveid_t drive_id, _sectnum_t sect_num, void *buffer);
-; _driveid_t - 8bit
-; _sectnum_t - 16bit
+; unsigned char __fastcall__ dio_write_verify(dhandle_t handle,sectnum_t sect_num,const void *buffer);
+; dhandle_t - 16bit (ptr)
+; sectnum_t - 16bit
 ;
 
        .import         __sio_call,pushax
-       .export         __dio_write_verify
+       .export         _dio_write_verify
        .include        "atari.inc"
 
-.proc  __dio_write_verify
+.proc  _dio_write_verify
 
        jsr     pushax          ; push buffer address
        ldx     #%10000000      ; indicate i/o direction (write)