Added a new callback type with a sti instruction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@502
This commit is contained in:
parent
27bc85d9c1
commit
cf8a6f1afc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
typedef Bitu (*CallBack_Handler)(void);
|
||||
extern CallBack_Handler CallBack_Handlers[];
|
||||
|
||||
enum { CB_RETF,CB_IRET };
|
||||
enum { CB_RETF,CB_IRET,CB_IRET_STI };
|
||||
|
||||
#define CB_MAX 1024
|
||||
#define CB_SEG 0xC800
|
||||
|
|
Loading…
Add table
Reference in a new issue