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

@ -324,6 +324,7 @@ public:
label = drive; label += "_FLOPPY";
newdrive->dirCache.SetLabel(label.c_str(),iscdrom,true);
}
if(type == "floppy") incrementFDD();
return;
showusage:
#if defined (WIN32) || defined(OS2)