1
0
Fork 0

CB_BASE defined

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1110
This commit is contained in:
Sjoerd van der Berg 2003-07-14 08:12:53 +00:00
parent e8d9586fee
commit 15bdfcb09c

View file

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