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