commit | aa4aca2ea01c4b7c1ce33b55567c135cc3a65c8f | [log] [tgz] |
---|---|---|
author | Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de> | Sat Mar 27 16:13:18 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Mar 27 16:13:18 1999 +0000 |
tree | deba49b32c2095a65f1cae994939621c87113cc4 | |
parent | da5779e5bd5419255f66ec63333ac9b26a0536e9 [diff] [blame] |
Fixed int25 & int26 error code.
diff --git a/msdos/int26.c b/msdos/int26.c index 5ed4995..41a507d 100644 --- a/msdos/int26.c +++ b/msdos/int26.c
@@ -24,7 +24,7 @@ if (!DRIVE_IsValid(AL_reg(context))) { SET_CFLAG(context); - AX_reg(context) = 0x0101; /* unknown unit */ + AX_reg(context) = 0x0201; /* unknown unit */ return; }