1
0
Fork 0

Use special physical memory access for dma transfers

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2086
This commit is contained in:
Sjoerd van der Berg 2004-12-22 19:49:24 +00:00
parent d1d89dc803
commit fba8482ce1
3 changed files with 36 additions and 12 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: paging.h,v 1.12 2004-10-12 10:45:10 harekiet Exp $ */
/* $Id: paging.h,v 1.13 2004-12-22 19:49:24 harekiet Exp $ */
#ifndef _PAGING_H_
#define _PAGING_H_
@ -117,7 +117,8 @@ struct PagingBlock {
Bitu used;
Bit32u entries[PAGING_LINKS];
} links;
bool enabled;
Bit32u firstmb[LINK_START];
bool enabled;
};
extern PagingBlock paging;