Runqueu is now a bool, wether or not to stard cpu core.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1153
This commit is contained in:
parent
bafbf29f94
commit
0cce18012d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void PIC_runIRQs(void);
|
|||
|
||||
void PIC_RegisterIRQ(Bit32u irq,PIC_EOIHandler handler,char * name);
|
||||
void PIC_FreeIRQ(Bit32u irq);
|
||||
Bitu PIC_RunQueue(void);
|
||||
bool PIC_RunQueue(void);
|
||||
|
||||
void PIC_AddIRQ(Bitu irq,Bitu delay);
|
||||
void PIC_AddEvent(PIC_EventHandler handler,Bitu delay);
|
||||
|
|
Loading…
Add table
Reference in a new issue