Disasble built in dpmi host for now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1039
This commit is contained in:
parent
a8132aee39
commit
f6e003c808
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ static bool DPMI_Multiplex(void) {
|
|||
}
|
||||
|
||||
void DPMI_Init(Section* sec) {
|
||||
return;
|
||||
DOS_AddMultiplexHandler(DPMI_Multiplex);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue