Removed real_get/set_vec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@138
This commit is contained in:
parent
c5296adea1
commit
6624636b32
1 changed files with 0 additions and 9 deletions
|
@ -158,15 +158,6 @@ INLINE void real_writed(Bit16u seg,Bit16u off,Bit32u val) {
|
|||
//#define real_writew(seg,off,val) mem_writew((((seg)<<4)+(off)),val)
|
||||
//#define real_writed(seg,off,val) mem_writed((((seg)<<4)+(off)),val)
|
||||
|
||||
inline Bit32u real_getvec(Bit8u num) {
|
||||
return real_readd(0,(num<<2));
|
||||
}
|
||||
/*
|
||||
inline void real_setvec(Bit8u num,Bit32u addr) {
|
||||
real_writed(0,(num<<2),addr);
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
INLINE Bit16u RealSeg(RealPt pt) {
|
||||
return (Bit16u)(pt>>16);
|
||||
|
|
Loading…
Add table
Reference in a new issue