|
|
| version 1.1, 2004/01/22 04:23:06 | version 1.2, 2004/01/22 08:40:30 |
|---|---|
| Line 187 drvcheck: and al, 0dfh | Line 187 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 255 title_msg db "host-drive driver for np2 | Line 260 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" |