better relative placement of SDA (fixes FS4 dos detection)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2370
This commit is contained in:
parent
561579365e
commit
530d276ce6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue