summaryrefslogtreecommitdiff
path: root/src/m/intel386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r--src/m/intel386.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index b77df70d7c9..2fbc2564289 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -208,3 +208,7 @@ NOTE-END */
#ifdef USG5_4
#define DATA_SEG_BITS 0x08000000
#endif
+
+#ifdef MSDOS
+#define NO_REMAP
+#endif