1
0
Fork 0

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:
Sjoerd van der Berg 2003-04-08 19:01:30 +00:00
parent d4d1d72f6a
commit 109bd9958f

View file

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