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:
parent
fc8d4d89c2
commit
f7a6317328
3 changed files with 27 additions and 101 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue