1
0
Fork 0

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:
Sjoerd van der Berg 2003-11-18 22:17:25 +00:00
parent 69374f45bc
commit e23e7206e5

View file

@ -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);