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:
parent
672415fcb9
commit
100f13016e
4 changed files with 22 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue