diff --git a/src/dos/dos_misc.cpp b/src/dos/dos_misc.cpp index 5280a529..cabfd2ae 100644 --- a/src/dos/dos_misc.cpp +++ b/src/dos/dos_misc.cpp @@ -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;