1
0
Fork 0

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:
Sjoerd van der Berg 2003-06-02 21:24:03 +00:00
parent a8132aee39
commit f6e003c808

View file

@ -52,6 +52,7 @@ static bool DPMI_Multiplex(void) {
}
void DPMI_Init(Section* sec) {
return;
DOS_AddMultiplexHandler(DPMI_Multiplex);