correct all unintentional changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1314
This commit is contained in:
parent
5e13e5c0e4
commit
c36318f721
11 changed files with 14 additions and 24 deletions
|
@ -24,7 +24,7 @@
|
|||
typedef Bitu (*CallBack_Handler)(void);
|
||||
extern CallBack_Handler CallBack_Handlers[];
|
||||
|
||||
enum { CB_RETF,CB_IRET,CB_IRET_STI,CB_IRET_ONLY };
|
||||
enum { CB_RETF,CB_IRET,CB_IRET_STI };
|
||||
|
||||
#define CB_MAX 1024
|
||||
#define CB_SEG 0xC800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue