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

version 1.2, 2004/01/22 08:40:30 version 1.3, 2004/01/31 20:05:23
Line 1 Line 1
   
 .186  .186
   
 CODE    SEGMENT  CODE    SEGMENT
Line 200  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

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


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