Changeset ba51a45 in buchla-68k
- Timestamp:
- 11/12/2017 10:11:01 PM (7 years ago)
- Branches:
- master
- Children:
- fb926d1
- Parents:
- a3c602f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/ucslice.c
ra3c602f rba51a45 32 32 int32_t lc; 33 33 uint16_t i, ncolor, mask1, mask2; 34 uint16_t *ncptr, *nctabp; 34 uint16_t *ncptr; 35 int16_t *nctabp; 35 36 struct gdsel **gdstp, *gdprv, *gdnxt; 36 37 int16_t *lintab; … … 121 122 /* get event color */ 122 123 123 ncolor = mask1 & gdsep->note;124 ncolor = mask1 & (uint16_t)gdsep->note; 124 125 125 126 /* update the slice */
Note:
See TracChangeset
for help on using the changeset viewer.