Remove dependency for cpu.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@891
This commit is contained in:
parent
ddd427f40f
commit
9fbf3c7b60
5 changed files with 8 additions and 6 deletions
|
@ -20,7 +20,10 @@
|
|||
#define __PIC_H
|
||||
|
||||
|
||||
#include "cpu.h"
|
||||
/* CPU Cycle Timing */
|
||||
extern Bits CPU_Cycles;
|
||||
extern Bits CPU_CycleLeft;
|
||||
extern Bits CPU_CycleMax;
|
||||
|
||||
typedef void (PIC_EOIHandler) (void);
|
||||
typedef void (* PIC_EventHandler)(void);
|
||||
|
@ -32,7 +35,6 @@ typedef void (* PIC_EventHandler)(void);
|
|||
|
||||
extern Bitu PIC_IRQCheck;
|
||||
extern Bitu PIC_IRQActive;
|
||||
|
||||
extern Bitu PIC_Ticks;
|
||||
|
||||
INLINE Bitu PIC_Index(void) {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <string.h>
|
||||
#include "dosbox.h"
|
||||
#include "callback.h"
|
||||
#include "cpu.h"
|
||||
#include "regs.h"
|
||||
#include "mem.h"
|
||||
#include "bios.h"
|
||||
#include "dos_inc.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "dosbox.h"
|
||||
#include "mem.h"
|
||||
#include "dos_inc.h"
|
||||
#include "cpu.h"
|
||||
#include "regs.h"
|
||||
#include "callback.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "dosbox.h"
|
||||
#include "callback.h"
|
||||
#include "mem.h"
|
||||
#include "cpu.h"
|
||||
#include "regs.h"
|
||||
#include "dos_inc.h"
|
||||
|
||||
#define MAX_DEVICE 20
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "cpu.h"
|
||||
#include "regs.h"
|
||||
#include "callback.h"
|
||||
#include "dos_system.h"
|
||||
#include "dos_inc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue