Diff for /np2/np2tool/HOSTDRV.ASM between versions 1.1 and 1.3

version 1.1, 2004/01/22 04:23:06 version 1.3, 2004/01/31 20:05:23
Line 1 Line 1
   
 .186  .186
   
 CODE    SEGMENT  CODE    SEGMENT
Line 187  drvcheck:  and  al, 0dfh Line 188  drvcheck:  and  al, 0dfh
                                 mov             dx, offset int2f                                  mov             dx, offset int2f
                                 int             21h                                  int             21h
   
                                   mov             cl, 13
                                   mov             dx, offset user
                                   mov             ax, 5e01h
                                   int             21h
   
                                 sti                                  sti
                                 mov             al, ds:inf.drive_no                                  mov             al, ds:inf.drive_no
                                 add             byte ptr ds:sty_drive, al                                  add             byte ptr ds:sty_drive, al
Line 195  drvcheck:  and  al, 0dfh Line 201  drvcheck:  and  al, 0dfh
                                 int             21h                                  int             21h
                                 mov             ax, 3100h                                  mov             ax, 3100h
                                 mov             dx, (offset keep_addr) + 15                                  mov             dx, (offset keep_addr) + 15
                                 shr             dx, 4                                  mov             cl, 4
                                   shr             dx, cl
                                 int             21h                                  int             21h
   
 ass_err:                call    getcds  ass_err:                call    getcds
Line 255  title_msg  db "host-drive driver for np2 Line 262  title_msg  db "host-drive driver for np2
                                 db      VERSION_ID                                  db      VERSION_ID
                                 db       ")"                                  db       ")"
 crlf                    db      13, 10, "$"  crlf                    db      13, 10, "$"
   user                    db      "NekoProjectII  "
   
   
 stay_param              db      13, "check_hostdrv"  stay_param              db      13, "check_hostdrv"

Removed from v.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>