1
0
Fork 0

added support for the don't inheritance flag and changed the psp routines to use this flag

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@980
This commit is contained in:
Peter Veenstra 2003-05-02 10:54:31 +00:00
parent 672415fcb9
commit 100f13016e
4 changed files with 22 additions and 7 deletions

View file

@ -666,7 +666,7 @@ static Bitu DOS_21Handler(void) {
reg_al=dos.verify?1:0;
break;
case 0x55: /* Create Child PSP*/
DOS_NewPSP(reg_dx,reg_si);
DOS_ChildPSP(reg_dx,reg_si);
dos.psp = reg_dx;
break;
case 0x56: /* RENAME Rename file */