From 109bd9958f6884a70ac632ac2b40df69e8ffee6d Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 8 Apr 2003 19:01:30 +0000 Subject: [PATCH] Small clean up and fix with new cpu.h Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@893 --- src/cpu/cpu.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp index 9ccb2d47..08f55805 100644 --- a/src/cpu/cpu.cpp +++ b/src/cpu/cpu.cpp @@ -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;