1
0
Fork 0

Added VERR and VERW

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@977
This commit is contained in:
Sjoerd van der Berg 2003-05-01 18:08:57 +00:00
parent 06ab2d99bb
commit 82c7fc4021
2 changed files with 63 additions and 2 deletions

View file

@ -90,6 +90,9 @@ Bitu CPU_GET_CRX(Bitu cr);
void CPU_SMSW(Bitu & word);
bool CPU_LMSW(Bitu word);
void CPU_VERR(Bitu selector);
void CPU_VERW(Bitu selector);
bool CPU_JMP(bool use32,Bitu selector,Bitu offset);
bool CPU_CALL(bool use32,Bitu selector,Bitu offset);
bool CPU_RET(bool use32,Bitu bytes);