1
0
Fork 0

Increase number of floppies when using non-disk images as well. Maybe decrease the number on unmount in the future. Thanks ripsaw

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3729
This commit is contained in:
Peter Veenstra 2011-07-16 12:24:46 +00:00
parent 6fc206193e
commit 2b0081cf59
3 changed files with 16 additions and 10 deletions

View file

@ -69,6 +69,7 @@ public:
};
void updateDPT(void);
void incrementFDD(void);
#define MAX_HDD_IMAGES 2