added PIC_SetIRQMask
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1480
This commit is contained in:
parent
6fdc7a5359
commit
60e425dfe9
2 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue