CPUID Instruction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@936
This commit is contained in:
parent
df814b12ce
commit
2639d29db8
5 changed files with 30 additions and 4 deletions
|
@ -96,6 +96,9 @@ bool Interrupt(Bitu num);
|
|||
bool CPU_IRET(bool use32);
|
||||
bool CPU_SetSegGeneral(SegNames seg,Bitu value);
|
||||
|
||||
void CPU_CPUID(void);
|
||||
|
||||
|
||||
//Flag Handling
|
||||
Bitu get_CF(void);
|
||||
Bitu get_AF(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue