1
0
Fork 0

Remove old memory size defines

Enable C_MODEM by default


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1125
This commit is contained in:
Sjoerd van der Berg 2003-07-14 08:42:37 +00:00
parent 96bece4cca
commit f6062818d3

View file

@ -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 */