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