Changeset ba51a45 in buchla-68k


Ignore:
Timestamp:
11/12/2017 10:11:01 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
fb926d1
Parents:
a3c602f
Message:

Fixed ucslice.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ucslice.c

    ra3c602f rba51a45  
    3232        int32_t lc;
    3333        uint16_t i, ncolor, mask1, mask2;
    34         uint16_t *ncptr, *nctabp;
     34        uint16_t *ncptr;
     35        int16_t *nctabp;
    3536        struct gdsel **gdstp, *gdprv, *gdnxt;
    3637        int16_t *lintab;
     
    121122                                        /* get event color */
    122123
    123                                         ncolor = mask1 & gdsep->note;
     124                                        ncolor = mask1 & (uint16_t)gdsep->note;
    124125
    125126                                        /* update the slice */
Note: See TracChangeset for help on using the changeset viewer.