Changeset 7fcfade in buchla-68k


Ignore:
Timestamp:
11/12/2017 08:45:42 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
b9ddc9a
Parents:
8a3cab0
Message:

Fixed ldfield.c.

Location:
ram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ram/im700.c

    r8a3cab0 r7fcfade  
    151151int16_t         npts;                   /* number of points in function */
    152152int16_t         nxtflag;                /* next score flag */
    153 int16_t         oldltag;                /* previous load tag for tagslot */
     153int8_t          oldltag;                /* previous load tag for tagslot */
    154154int16_t         oldpk;                  /* previous pkctrl state */
    155155int16_t         oldsl;                  /* previous sliders state */
  • ram/im700.x

    r8a3cab0 r7fcfade  
    230230extern  int16_t         npts;
    231231extern  int16_t         nxtflag;
    232 extern  int16_t         oldltag;
     232extern  int8_t          oldltag;
    233233extern  int16_t         oldpk;
    234234extern  int16_t         oldsl;
Note: See TracChangeset for help on using the changeset viewer.