1
0
Fork 0

Move back to the mem start of r3438. Fix Miami vice. The other buggy games were fixed otherwise

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3505
This commit is contained in:
Peter Veenstra 2009-11-30 13:10:50 +00:00
parent b4313146e2
commit 0c2cdb1f5e

View file

@ -86,7 +86,7 @@ enum { RETURN_EXIT=0,RETURN_CTRLC=1,RETURN_ABORT=2,RETURN_TSR=3};
#define DOS_SDA_OFS 0
#define DOS_CDS_SEG 0x108
#define DOS_FIRST_SHELL 0x118
#define DOS_MEM_START 0x16f //First Segment that DOS can use
#define DOS_MEM_START 0x170 //First Segment that DOS can use
#define DOS_PRIVATE_SEGMENT 0xc800
#define DOS_PRIVATE_SEGMENT_END 0xd000