Changeset fa50076 in buchla-68k for include


Ignore:
Timestamp:
11/12/2017 07:08:44 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
26553e2
Parents:
c93e44d
Message:

Fixed initi.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/instdsp.h

    rc93e44d rfa50076  
    124124struct  instpnt {       /* function point definition */
    125125
    126         int16_t iptim;          /* time (packed) */
    127         int16_t ipval;          /* value */
    128         int16_t ipvmlt;         /* value multiplier */
    129 
    130         int8_t  ipvsrc;         /* value source */
    131         int8_t  ipact;          /* action code */
     126        uint16_t        iptim;  /* time (packed) */
     127        int16_t         ipval;  /* value */
     128        int16_t         ipvmlt; /* value multiplier */
     129
     130        int8_t          ipvsrc; /* value source */
     131        int8_t          ipact;  /* action code */
    132132
    133133#define AC_NULL         0       /* null action */
     
    140140#define AC_UNDF         7       /* -- undefined - treated as AC_NULL -- */
    141141
    142         int8_t  ippar1;         /* action parameter 1  (point) */
    143         int8_t  ippar2;         /* action parameter 2  (count) */
    144 
    145         int8_t  ippar3;         /* action parameter 3  (counter) */
    146         int8_t  ippad;          /* padding for even boundary */
     142        int8_t          ippar1; /* action parameter 1  (point) */
     143        int8_t          ippar2; /* action parameter 2  (count) */
     144
     145        int8_t          ippar3; /* action parameter 3  (counter) */
     146        int8_t          ippad;  /* padding for even boundary */
    147147};
    148148
Note: See TracChangeset for help on using the changeset viewer.