Check for xms being enabled not ems
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1135
This commit is contained in:
parent
7c02953cfc
commit
836fa34786
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ Bitu XMS_Handler(void) {
|
|||
void XMS_Init(Section* sec) {
|
||||
|
||||
Section_prop * section=static_cast<Section_prop *>(sec);
|
||||
if (!section->Get_bool("ems")) return;
|
||||
if (!section->Get_bool("xms")) return;
|
||||
Bitu i;
|
||||
|
||||
DOS_AddMultiplexHandler(multiplex_xms);
|
||||
|
|
Loading…
Add table
Reference in a new issue