CB_BASE defined
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1110
This commit is contained in:
parent
e8d9586fee
commit
15bdfcb09c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ enum { CB_RETF,CB_IRET,CB_IRET_STI };
|
|||
|
||||
#define CB_MAX 1024
|
||||
#define CB_SEG 0xC800
|
||||
#define CB_BASE (CB_SEG << 4)
|
||||
|
||||
enum {
|
||||
CBRET_NONE=0,CBRET_STOP=1
|
||||
|
|
Loading…
Add table
Reference in a new issue