Support for multiplex call for close awareness of win9x
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@539
This commit is contained in:
parent
8011e1ac0a
commit
b4d5b23a3e
1 changed files with 3 additions and 1 deletions
|
@ -60,11 +60,13 @@ static bool DOS_MultiplexFunctions(void) {
|
|||
//TODO Maybe do some idling but could screw up other systems :)
|
||||
reg_al=0;
|
||||
return true;
|
||||
case 0x168f: /* Close awareness crap */
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
void DOS_SetupMisc(void) {
|
||||
/* Setup the dos multiplex interrupt */
|
||||
first_multiplex=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue