source: buchla-68k/include/menu.h@ c65a0e2

Last change on this file since c65a0e2 was c65a0e2, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added RAM files.

  • Property mode set to 100644
File size: 708 bytes
Line 
1/*
2 =============================================================================
3 menu.h -- MIDAS 700 menu definitions
4 Version 5 -- 1988-07-25 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#define MCURSOR 1 /* cursor color */
9#define MBKGRND 2 /* background color */
10#define MBUCHLA 4 /* "Created by ..." color */
11#define MTITLE 5 /* title color */
12#define MHILITE 7 /* hilite color */
13#define MLFILES 8 /* file name color */
14#define MLINES 10 /* outline color */
15#define MBUTTON 11 /* button legend color */
16
17#define MCURX 144
18#define MCURY 154
19
20#define MENUOBJ 8
21#define MENUPRI 8
22
23#define MENUFL (V_RES3)
24
Note: See TracBrowser for help on using the repository browser.