| 
            Last change
 on this file since eee74cd was             f7428b1, checked in by Thomas Lopatic <thomas@…>, 8 years ago           | 
        
        
          | 
             
Started to rework include files. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            947 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | /*
 | 
|---|
| 2 |    =============================================================================
 | 
|---|
| 3 |         charset.h -- Buchla 700 special character definitions
 | 
|---|
| 4 |         Version 2 -- 1987-11-03 -- D.N. Lynx Crowe
 | 
|---|
| 5 |    =============================================================================
 | 
|---|
| 6 | */
 | 
|---|
| 7 | 
 | 
|---|
| 8 | #pragma once
 | 
|---|
| 9 | 
 | 
|---|
| 10 | #define SP_P1   0xA0    /* normal +1 */
 | 
|---|
| 11 | #define SP_BP1  0xA2    /* boldface +1 */
 | 
|---|
| 12 | 
 | 
|---|
| 13 | #define SP_M1   0xA1    /* normal -1 */
 | 
|---|
| 14 | #define SP_BM1  0xA3    /* boldface -1 */
 | 
|---|
| 15 | 
 | 
|---|
| 16 | #define SP_MN   0x1A    /* boldface - */
 | 
|---|
| 17 | #define SP_PL   0x1B    /* boldface + */
 | 
|---|
| 18 | 
 | 
|---|
| 19 | #define D_FLAT          0xA9    /* normal flat sign */
 | 
|---|
| 20 | #define BF_FLAT         0xA9    /* boldface flat sign */
 | 
|---|
| 21 | 
 | 
|---|
| 22 | #define D_SHARP         0xA8    /* normal sharp sign */
 | 
|---|
| 23 | #define BF_SHARP        0xA8    /* boldface sharp sign */
 | 
|---|
| 24 | 
 | 
|---|
| 25 | #define SP_BFA  'A'     /* boldface A */
 | 
|---|
| 26 | #define SP_BFC  'C'     /* boldface C */
 | 
|---|
| 27 | 
 | 
|---|
| 28 | #define SP_BF0  0x10    /* boldface 0 */
 | 
|---|
| 29 | 
 | 
|---|
| 30 | #define SP_1P   0xA4    /* normal 1. */
 | 
|---|
| 31 | #define SP_1PB  0xA6    /* boldface 1. */
 | 
|---|
| 32 | 
 | 
|---|
| 33 | #define SP_UPA  0xAB    /* up arrow */
 | 
|---|
| 34 | #define SP_DNA  0xAA    /* down arrow */
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.