1
0
Fork 0

Added callback descriptions

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1427
This commit is contained in:
Ulf Wohlers 2003-11-09 16:44:27 +00:00
parent 8b82835cca
commit 94099cbbf1
2 changed files with 24 additions and 5 deletions

View file

@ -47,9 +47,10 @@ void CALLBACK_Idle(void);
void CALLBACK_RunRealInt(Bit8u intnum);
void CALLBACK_RunRealFar(Bit16u seg,Bit16u off);
bool CALLBACK_Setup(Bitu callback,CallBack_Handler handler,Bitu type);
bool CALLBACK_SetupAt(Bitu callback,CallBack_Handler handler,Bitu type,Bitu linearAddress);
bool CALLBACK_Setup(Bitu callback,CallBack_Handler handler,Bitu type,const char* description=0);
bool CALLBACK_SetupAt(Bitu callback,CallBack_Handler handler,Bitu type,Bitu linearAddress, const char* description=0);
const char* CALLBACK_GetDescription(Bitu callback);
bool CALLBACK_Free(Bitu callback);
void CALLBACK_SCF(bool val);