/*	OXEGE.H
**
**	Definitions for OXEGE.
*/

#define	ESC	27
#define FF	12

#define CREADY	1
#define AREADY	255

#define ATTDIM	0
#define	ATTBRT	128
#define ATTUND	64
#define ATTBLK	32
#define	ATTALT	16
#define ATTINV	128
#define INVATT	1

#define	OUTDIM	117
#define OUTBLK	109
#define BLOCK	125
#define BLANK	32

#define FILL4	127			/* Full block for fill	*/
#define FILL3	(125 | ATTINV)		/* 3/4  block for fill  */
#define FILL2   126			/* 1/2  block for fill	*/
#define FILL1   125			/* 1/4  block for fill  */

#define	DATELOC		63732
#define HOURLOC		63734
#define	MINUTELOC	63735
#define	SECONDLOC	63736

#define VIDEO_RAM	49152
#define VIDEO_ATT	53248

#define	SMALL				/* for compilation with Small-C */

#ifdef	SMALL
#define	DOS	Ubdos
#else
#define	DOS	_bdos
#define	CR	13
#define	LF	10
#endif


lation with Small-C */

#ifdef	SMALL
#defi