increased amount of simultanious cdrom drives. Makes a few people happy with games that have lot's of cdroms.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2436
This commit is contained in:
parent
e24298c28a
commit
2f358d904e
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_mscdex.cpp,v 1.34 2005-12-05 19:23:10 harekiet Exp $ */
|
||||
/* $Id: dos_mscdex.cpp,v 1.35 2006-01-27 07:54:51 qbix79 Exp $ */
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define MSCDEX_VERSION_HIGH 2
|
||||
#define MSCDEX_VERSION_LOW 23
|
||||
#define MSCDEX_MAX_DRIVES 5
|
||||
#define MSCDEX_MAX_DRIVES 8
|
||||
|
||||
// Error Codes
|
||||
#define MSCDEX_ERROR_BAD_FORMAT 11
|
||||
|
|
Loading…
Add table
Reference in a new issue