Changeset fa38804 in buchla-68k for include


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

Location:
include
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • include/asgdsp.h

    r1efe224 rfa38804  
    4141#define AKSTART         19718           /* word offset for keyboard icon */
    4242
    43 /*
    44 
    45 */
    46 
    4743#define AK_CURS         1               /* cursor color */
    4844#define AK_BORD         10              /* display border color */
  • include/biosdefs.h

    r1efe224 rfa38804  
    5555#define MC2_DEV 4
    5656
    57 /*
    58  */
    5957/*
    6058   ============================================================================
     
    8886#define B_FAT16 0x0001          /* flag for using 16 bit FAT entries */
    8987
    90 /*
    91 
    92 */
    93 
    9488/*
    9589   ============================================================================
     
    118112#define F_SUBDIR        0x10    /* Sub-directory */
    119113#define F_ARCHIV        0x20    /* Archived */
    120 
    121 /*
    122 
    123 */
    124114
    125115/*
     
    158148
    159149#define FC_RW   (FC_RD | FC_WR) /* read-write mode */
    160 
    161 /*
    162  */
    163150
    164151/*
  • include/ctype.h

    r1efe224 rfa38804  
    3939*/
    4040
    41 /*
    42 
    43 */
    44 
    4541#pragma once
    4642
     
    5551#define _B      0x40    /* blank */
    5652#define _X      0x80    /* hex digit */
    57 
    58 /*
    59 
    60 */
    6153
    6254#define isascii(c)      (!((c) & ~0x7f))
  • include/instdsp.h

    r1efe224 rfa38804  
    4343#define WSBFC           4               /* color of waveshape B final values */
    4444
    45 /*
    46 
    47 */
    48 
    4945/* ------------- Foreground colors for instrument display windows ----------- */
    5046
     
    7773#define CFBX22  11              /* Variables */
    7874#define CFBX23  11              /* Name and comments */
    79 /*
    80 
    81 */
    8275
    8376/* --------- Background colors for instrument display windows --------------- */
     
    111104#define CBBX22  7               /* Variables */
    112105#define CBBX23  6               /* Name and comments */
    113 
    114 /*
    115 
    116 */
    117106
    118107/* -------------- pendant function list entry structure definition ---------- */
     
    131120};
    132121
    133 /*
    134 
    135 */
    136 
    137122/* -------------- function point structure definitions ---------------------- */
    138123
     
    162147};
    163148
    164 /*
    165 
    166 */
    167 
    168149/* ------------- function header structure definitions ---------------------- */
    169150
     
    191172};
    192173
    193 /*
    194 
    195 */
    196 
    197174/* ---------- instrument definition structure definitions ------------------- */
    198175
  • include/libdsp.h

    r1efe224 rfa38804  
    5454#define LCBBX10         9               /* background color */
    5555
    56 /*
    57 
    58 */
    59 
    6056#define FCMAX           20              /* number of file catalog entries */
    6157
     
    8985#define NLTYPES         8               /* number of load types */
    9086
    91 /*
    92 
    93 */
    94 
    9587struct  scndx {         /* score index */
    9688
  • include/midas.h

    r1efe224 rfa38804  
    5656
    5757#define FN_NULL         0L              /* null for address entries */
    58 
    59 /*
    60 
    61 */
    6258
    6359#define NASGS           100     /* number of assignments in memory */
  • include/patch.h

    r1efe224 rfa38804  
    3333#define PE_SPEC         0x00FF          /* destination mask */
    3434#define PE_TBIT         0x8000          /* DEF triggered bit */
    35 
    36 /*
    37 
    38 */
    3935
    4036/* Patch structure definitions */
     
    7470        uint16_t        seqdat3;        /* action 3 data */
    7571};
    76 
    77 /*
    78 
    79 */
    8072
    8173/* Patch destination types */
     
    122114#define PSO_FRQ         2
    123115#define PSO_PCH         3
    124 
    125 /*
    126 
    127 */
    128116
    129117/* Sequence control flags */
  • include/scdsp.h

    r1efe224 rfa38804  
    2828#define C1X     256                     /* initial arrow cursor position */
    2929#define C1Y     175
    30 
    31 /*
    32 
    33 */
    3430
    3531/* Background colors */
     
    6965
    7066#define SDCURSR         15              /* score cursor - arrow */
    71 
    72 /*
    73 
    74 */
    7567
    7668/* character attributes */
  • include/score.h

    r1efe224 rfa38804  
    2828        int8_t  smpte[10];
    2929};
    30 
    31 /*
    32 
    33 */
    3430
    3531/* score list structures */
     
    6864};
    6965
    70 /*
    71 
    72 */
    73 
    7466/* constant definitions */
    7567
     
    8880#define GS_DSBL         0       /* group status:  off */
    8981#define GS_ENBL         1       /* group status:  on */
    90 
    91 /*
    92 
    93 */
    9482
    9583/* event types  (number in comment field is event size) */
     
    123111#define N_ETYPES        25      /* number of event types (1 + last type code) */
    124112
    125 /*
    126 
    127 */
    128 
    129113/* event header types */
    130114
  • include/stddefs.h

    r1efe224 rfa38804  
    2626#define OR      ||
    2727
    28 /*
    29 
    30 */
    31 
    3228/* manifest constants for function return and flag values */
    3329
  • include/vsdd.h

    r1efe224 rfa38804  
    5353#define C_ULINE 0x0100
    5454
    55 /*
    56 
    57 */
    58 
    5955struct octent {                 /* Object control table entry */
    6056
Note: See TracChangeset for help on using the changeset viewer.