1
0
Fork 0

New memory handling using 1 big block of memory

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1920
This commit is contained in:
Sjoerd van der Berg 2004-08-23 12:19:17 +00:00
parent fc8d4d89c2
commit f7a6317328
3 changed files with 27 additions and 101 deletions

View file

@ -70,11 +70,6 @@ bool PAGING_MakePhysPage(Bitu & page);
void MEM_SetLFB(Bitu _page,Bitu _pages,HostPt _pt);
void MEM_SetPageHandler(Bitu phys_page,Bitu pages,PageHandler * handler);
Bit32u MEM_PhysReadD(Bitu addr);
#pragma pack(1)
typedef struct {
Bit32u p:1;