From 530d276ce6691e376602b250a15221bc33c12923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Mon, 7 Nov 2005 21:08:11 +0000 Subject: [PATCH] better relative placement of SDA (fixes FS4 dos detection) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2370 --- include/dos_inc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dos_inc.h b/include/dos_inc.h index 8531692d..6cf48b8c 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos_inc.h,v 1.56 2005-09-28 19:13:21 c2woody Exp $ */ +/* $Id: dos_inc.h,v 1.57 2005-11-07 21:08:11 c2woody Exp $ */ #ifndef DOSBOX_DOS_INC_H #define DOSBOX_DOS_INC_H @@ -81,7 +81,7 @@ enum { RETURN_EXIT=0,RETURN_CTRLC=1,RETURN_ABORT=2,RETURN_TSR=3}; #define DOS_CDS_SEG 0x90 #define DOS_CONSTRING_SEG 0xa0 #define DOS_CONDRV_SEG 0xa4 -#define DOS_SDA_SEG 0xb0 +#define DOS_SDA_SEG 0xb2 #define DOS_SDA_OFS 0 #define DOS_MEM_START 0x102 //First Segment that DOS can use