1
0
Fork 0

added PIC_SetIRQMask

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1480
This commit is contained in:
Peter Veenstra 2003-12-10 14:55:49 +00:00
parent 6fdc7a5359
commit 60e425dfe9
2 changed files with 16 additions and 2 deletions

View file

@ -63,5 +63,6 @@ void PIC_AddEvent(PIC_EventHandler handler,Bitu delay);
void PIC_RemoveEvents(PIC_EventHandler handler);
void PIC_SetIRQMask(Bitu irq, bool masked);
#endif