source: buchla-68k/include/ptdisp.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: 1.4 KB
Line 
1/*
2 =============================================================================
3 ptdisp.h -- MIDAS-VII Patch editor display definitions
4 Version 10 -- 1988-11-15 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#define OB08LOC 0 /* offset to headings */
9#define OB09LOC 1024 /* offset to patches */
10#define OB10LOC 8192 /* offset to sequence status */
11#define OB11LOC 4096 /* offset to menu */
12
13#define PDFL_08 (CHR3) /* heading object flags */
14#define PDFL_09 (CHR3) /* patch entry object flags */
15#define PDFL_10 (BIT3) /* sequence status object flags */
16#define PDFL_11 (CHR3) /* menu object flags */
17
18#define PTBATR 0x00E2 /* colors for border */
19#define PTHATR 0x0012 /* colors for headings */
20
21#define PTPATR 0x0012 /* colors for patches */
22#define PTEATR 0x0012 /* colors for patch entry line */
23#define PTDATR 0x0062 /* colors for patch data entry */
24
25#define PTMATR 0x0092 /* colors for menu - normal */
26#define PTIATR 0x0012 /* colors for menu - highlighted */
27
28#define PDSEQFG 1 /* sequence status foreground color */
29#define PDSEQBG 2 /* sequence status background color */
30#define PDSEQRN 6 /* sequence status run color */
31#define PDPTRFG 6 /* patch pointer color */
32#define PDBORFG 14 /* border foreground color */
33
34#define PDSEQLEN 16 /* width of the sequence display */
35#define PDPATLEN 48 /* width of the patch display */
Note: See TracBrowser for help on using the repository browser.