add manual uninstall functions for callback/io-handler objects
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3721
This commit is contained in:
parent
039e32658a
commit
f1d85a3739
4 changed files with 19 additions and 3 deletions
|
@ -95,6 +95,8 @@ public:
|
|||
void Install(CallBack_Handler handler,Bitu type,const char* description);
|
||||
void Install(CallBack_Handler handler,Bitu type,PhysPt addr,const char* description);
|
||||
|
||||
void Uninstall();
|
||||
|
||||
//Only allocate a callback number
|
||||
void Allocate(CallBack_Handler handler,const char* description=0);
|
||||
Bit16u Get_callback() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue