1
0
Fork 0

make variable types used in swapping consistent and use Bit8u for drives.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3917
This commit is contained in:
Peter Veenstra 2015-06-05 13:22:37 +00:00
parent 084342cf83
commit 7e22a0f0c0
2 changed files with 8 additions and 8 deletions

View file

@ -75,7 +75,7 @@ void incrementFDD(void);
extern imageDisk *imageDiskList[2 + MAX_HDD_IMAGES];
extern imageDisk *diskSwap[20];
extern Bits swapPosition;
extern Bit32s swapPosition;
extern Bit16u imgDTASeg; /* Real memory location of temporary DTA pointer for fat image disk access */
extern RealPt imgDTAPtr; /* Real memory location of temporary DTA pointer for fat image disk access */
extern DOS_DTA *imgDTA;