1
0
Fork 0

Added CALLBACK_SetupAt

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1080
This commit is contained in:
Ulf Wohlers 2003-07-05 14:05:05 +00:00
parent 42711fd855
commit 3b0f6bfda8
2 changed files with 30 additions and 0 deletions

View file

@ -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);