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:
parent
6fc206193e
commit
2b0081cf59
3 changed files with 16 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue