Small clean up and fix with new cpu.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@893
This commit is contained in:
parent
d4d1d72f6a
commit
109bd9958f
1 changed files with 1 additions and 5 deletions
|
@ -23,15 +23,11 @@
|
|||
#include "keyboard.h"
|
||||
#include "setup.h"
|
||||
|
||||
struct CPUBlock {
|
||||
|
||||
};
|
||||
|
||||
Flag_Info flags;
|
||||
|
||||
CPU_Regs cpu_regs;
|
||||
|
||||
Segment Segs[6];
|
||||
Segments Segs;
|
||||
|
||||
Bits CPU_Cycles=0;
|
||||
Bits CPU_CycleLeft=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue