Improve disk image mounting: cycle disks only for the drive being mounted, make B: drive usable for BIOS access, and be insensitive to the order that drive letters are mounted.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4129
This commit is contained in:
parent
30ef5aefe9
commit
be146f5c44
3 changed files with 34 additions and 29 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
static int UnmountDrive(int drive);
|
||||
// static void CycleDrive(bool pressed);
|
||||
// static void CycleDisk(bool pressed);
|
||||
static void CycleDisks(int drive, bool notify);
|
||||
static void CycleAllDisks(void);
|
||||
static void Init(Section* sec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue