/*
**  C S R M O D E S . H
**
**  Video Mode Definitions File for Use with C Spot Run
**  C Add-On Library.
**
**  Copyright 1986 Bob Pritchett
**
**  Created: 05/05/86   Last Updated: 05/05/86
**
*/

#define BW40	0	/* Black and White  -  40 x  25 */
#define CO40	1	/*           Color  -  40 x  25 */
#define BW80	2	/* Black and White  -  80 x  25 */
#define CO80	3	/*           Color  -  80 x  25 */
#define COG320	4	/*  Color Graphics  - 320 x 200 */
#define BWG320	5	/*   Gray Graphics  - 320 x 200 */
#define BWG640	6	/*    B/W Graphics  - 640 x 200 */
#define MONO	7	/*      Monochrome  -  80 x  25 */
