1
0
Fork 0

Removed ems/xms memory settings and removed the multithreading video updates.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@501
This commit is contained in:
Sjoerd van der Berg 2002-11-17 08:30:51 +00:00
parent 66512e643e
commit 27bc85d9c1

View file

@ -17,7 +17,7 @@
*/
#ifndef _SETTINGS_H_
#define _SETTINSG_H_
#define _SETTINGS_H_
/* Enable the debugger, under linux/freebsd dosbox must be started in an xterm under X */
#define C_DEBUG 0
@ -26,9 +26,6 @@
/* Enable the logging of extra information for debugging to the console */
#define C_LOGGING 0
/* Use multi threading to speed up things on multi cpu's, also gives a nice frame-skipping effect :) */
#define C_THREADED 1
/* Enable some big compile-time increasing inlines, great for speed though */
#define C_EXTRAINLINE 0
@ -38,12 +35,6 @@
/* Maximum memory range in megabytes */
#define C_MEM_MAX_SIZE 12
/* Maximum memory available for xms, should be lower than maxsize-1 */
#define C_MEM_XMS_SIZE 8
/* Maximum memory available for ems, should be lower than 32 */
#define C_MEM_EMS_SIZE 4
/* Enable debug messages for several modules, requires C_LOGGING */
#define DEBUG_SBLASTER 0 /* SoundBlaster Debugging*/
#define DEBUG_DMA 0 /* DMA Debugging */