From 2f358d904ef3141b7ec890ed7ce8698725846a2c Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 27 Jan 2006 07:54:51 +0000 Subject: [PATCH] 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 --- src/dos/dos_mscdex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/dos_mscdex.cpp b/src/dos/dos_mscdex.cpp index 7751deb7..018b0ef3 100644 --- a/src/dos/dos_mscdex.cpp +++ b/src/dos/dos_mscdex.cpp @@ -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 #include @@ -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