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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue