From f6062818d39cceaf83ab46d4a2d94ec5663e2986 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 14 Jul 2003 08:42:37 +0000 Subject: [PATCH] Remove old memory size defines Enable C_MODEM by default Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1125 --- src/platform/visualc/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 45bb58be..51b6dc26 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -8,6 +8,9 @@ /* Define to 1 to enable screenshots, requires libpng */ #define C_SSHOT 1 +/* Define to 1 to enable internal modem support, requires SDL_net */ +#define C_MODEM 1 + /* Enable some heavy debugging options */ #define C_HEAVY_DEBUG 0 @@ -15,7 +18,7 @@ #define C_EXTRAINLINE 0 /* Enable the FPU module, still only for beta testing */ -#define C_FPU 0 +#define C_FPU 1 /* environ is defined */ #define ENVIRON_INCLUDED 1 @@ -23,7 +26,4 @@ /* environ can be linked */ #define ENVIRON_LINKED 1 -/* Maximum memory address range in megabytes */ -#define C_MEM_MAX_SIZE 12 - #define GCC_ATTRIBUTE(x) /* attribute not supported */