Firstmcb is a Bit16u fixed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@380
This commit is contained in:
parent
282ccd8c94
commit
2b5d3d4f0a
1 changed files with 1 additions and 1 deletions
|
@ -156,6 +156,6 @@ void DOS_SetupMemory(void) {
|
|||
mcb->size=0x9FFE - MEM_START;
|
||||
mcb->type=0x5a; //Last Block
|
||||
dos.firstMCB=MEM_START;
|
||||
dos_infoblock.SetFirstMCB(RealMake(MEM_START,0));
|
||||
dos_infoblock.SetFirstMCB(MEM_START);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue