1
0
Fork 0

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:
Sjoerd van der Berg 2002-11-17 08:31:44 +00:00
parent 27bc85d9c1
commit cf8a6f1afc

View file

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