From 0c2cdb1f5e0c01eaeaad22c0fe78fd37aefd82b3 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 30 Nov 2009 13:10:50 +0000 Subject: [PATCH] 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 --- include/dos_inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dos_inc.h b/include/dos_inc.h index c76ba885..ae02507f 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -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