Added CALLBACK_SetupAt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1080
This commit is contained in:
parent
42711fd855
commit
3b0f6bfda8
2 changed files with 30 additions and 0 deletions
|
@ -47,6 +47,7 @@ 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_Free(Bitu callback);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue