1
0
Fork 0

speed up fat drive access

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3714
This commit is contained in:
Sebastian Strohhäcker 2011-05-28 20:26:12 +00:00
parent 379727f63d
commit 1887b2590b
4 changed files with 17 additions and 8 deletions

View file

@ -65,6 +65,7 @@ public:
Bit32u sector_size;
Bit32u heads,cylinders,sectors;
Bit32u current_fpos;
};
void updateDPT(void);