1
0
Fork 0

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:
ripsaw8080 2018-07-10 15:51:16 +00:00
parent 30ef5aefe9
commit be146f5c44
3 changed files with 34 additions and 29 deletions

View file

@ -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);