removed the physical page read function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1445
This commit is contained in:
parent
69374f45bc
commit
e23e7206e5
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ void phys_writew(PhysPt addr,Bit16u val);
|
|||
void phys_writed(PhysPt addr,Bit32u val);
|
||||
|
||||
/* These don't check for alignment, better be sure it's correct */
|
||||
Bit32u phys_page_readd(Bitu page,Bitu off);
|
||||
|
||||
void MEM_BlockWrite(PhysPt pt,void * data,Bitu size);
|
||||
void MEM_BlockRead(PhysPt pt,void * data,Bitu size);
|
||||
|
|
Loading…
Add table
Reference in a new issue