1
0
Fork 0

remove unused defines

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3793
This commit is contained in:
Peter Veenstra 2012-08-11 17:47:08 +00:00
parent 0157fcf8fa
commit 0adea40353

View file

@ -29,9 +29,6 @@ typedef void (PIC_EOIHandler) (void);
typedef void (* PIC_EventHandler)(Bitu val);
#define PIC_MAXIRQ 15
#define PIC_NOIRQ 0xFF
extern Bitu PIC_IRQCheck;
extern Bitu PIC_Ticks;