- Timestamp:
- 11/15/2017 08:17:05 PM (7 years ago)
- Branches:
- master
- Children:
- 0b23063
- Parents:
- 8d0af8a
- Location:
- ram
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/asgvce.c
r8d0af8a r3c45656 83 83 DB_CMNT("ne_end - enter note end"); 84 84 ep->e_time = t_cur; 85 ep->e_type = EV_NEND | 0x80;85 ep->e_type = (int8_t)(EV_NEND | 0x80); 86 86 ep->e_note = (int8_t)nn; 87 87 ep->e_group = (int8_t)grp; … … 132 132 DB_CMNT("ne_end - enter note end"); 133 133 ep->e_time = t_cur; 134 ep->e_type = EV_NEND | 0x80;134 ep->e_type = (int8_t)(EV_NEND | 0x80); 135 135 ep->e_note = (int8_t)nn; 136 136 ep->e_group = (int8_t)grp; … … 245 245 DB_CMNT("ne_bgn - enter note begin"); 246 246 ep->e_time = t_cur; 247 ep->e_type = EV_NBEG | 0x80;247 ep->e_type = (int8_t)(EV_NBEG | 0x80); 248 248 ep->e_note = (int8_t)key; 249 249 ep->e_group = (int8_t)grp; -
ram/etimlt.c
r8d0af8a r3c45656 27 27 mltstr[1] = '.'; 28 28 else 29 mltstr[1] = SP_1P;29 mltstr[1] = (int8_t)SP_1P; 30 30 31 31 mltstr[2] = mlttmp[1]; /* 2nd digit */ … … 251 251 252 252 ebuf[1] = '1'; 253 dspbuf[0] = SP_1P; /* setup display buffer */253 dspbuf[0] = (int8_t)SP_1P; /* setup display buffer */ 254 254 255 255 } else -
ram/etiosc.c
r8d0af8a r3c45656 23 23 int16_t shrpflt[] = { 0, -100, 100}; 24 24 25 int8_t sfdsp[] = {' ', D_FLAT,D_SHARP};25 int8_t sfdsp[] = {' ', (int8_t)D_FLAT, (int8_t)D_SHARP}; 26 26 27 27 static int8_t intstr[] = "+0000"; -
ram/etival.c
r8d0af8a r3c45656 252 252 253 253 ebuf[6] = '1'; 254 dspbuf[0] = SP_1P;254 dspbuf[0] = (int8_t)SP_1P; 255 255 256 256 } else -
ram/ettrns.c
r8d0af8a r3c45656 136 136 137 137 if (dspbuf[0] EQ '1') 138 dspbuf[0] = SP_M1; /* -1 */138 dspbuf[0] = (int8_t)SP_M1; /* -1 */ 139 139 else 140 140 dspbuf[0] = '-'; … … 143 143 144 144 if (dspbuf[0] EQ '1') 145 dspbuf[0] = SP_P1; /* +1 */145 dspbuf[0] = (int8_t)SP_P1; /* +1 */ 146 146 else 147 147 dspbuf[0] = '+'; -
ram/m7menu.c
r8d0af8a r3c45656 24 24 static int8_t ml01[61], ml02[61], ml03[61], ml04[61], ml05[61]; 25 25 26 static int8_t mlc01[] = {1, 0xBA, 58, 0xB1, 1,0xBB, -1};27 static int8_t mlc02[] = {1, 0xB6, 29, 0xB1, 1, 0xB7, 28, 0xB1, 1,0xB4, -1};28 static int8_t mlc03[] = {1, 0xB6, 29, 0xB1, 1, 0xB2, 28, 0xB1, 1,0xB4, -1};29 static int8_t mlc04[] = {1, 0xB6, 29, 0xB1, 1, 0xB5, 28, 0xB1, 1,0xB4, -1};30 static int8_t mlc05[] = {1, 0xB9, 58, 0xB1, 1,0xB8, -1};26 static int8_t mlc01[] = {1, (int8_t)0xBA, 58, (int8_t)0xB1, 1, (int8_t)0xBB, -1}; 27 static int8_t mlc02[] = {1, (int8_t)0xB6, 29, (int8_t)0xB1, 1, (int8_t)0xB7, 28, (int8_t)0xB1, 1, (int8_t)0xB4, -1}; 28 static int8_t mlc03[] = {1, (int8_t)0xB6, 29, (int8_t)0xB1, 1, (int8_t)0xB2, 28, (int8_t)0xB1, 1, (int8_t)0xB4, -1}; 29 static int8_t mlc04[] = {1, (int8_t)0xB6, 29, (int8_t)0xB1, 1, (int8_t)0xB5, 28, (int8_t)0xB1, 1, (int8_t)0xB4, -1}; 30 static int8_t mlc05[] = {1, (int8_t)0xB9, 58, (int8_t)0xB1, 1, (int8_t)0xB8, -1}; 31 31 32 32 static int8_t *mtexts[] = { -
ram/midas.c
r8d0af8a r3c45656 10 10 #include "ram.h" 11 11 12 #define LCD_TIME ((int32_t) (800 * 240)) /* LCD backlight 'on' time */12 #define LCD_TIME ((int32_t)800 * (int32_t)240) /* LCD backlight 'on' time */ 13 13 14 14 #if DEBUGIT -
ram/msm.c
r8d0af8a r3c45656 129 129 case 6: /* active sensing */ 130 130 131 masens[miport] |= 0x00FF;131 masens[miport] |= (int8_t)0x00FF; 132 132 break; 133 133 … … 219 219 case 6: /* active sensing */ 220 220 221 masens[miport] |= 0x00FF;221 masens[miport] |= (int8_t)0x00FF; 222 222 break; 223 223 … … 385 385 case 6: /* active sensing */ 386 386 387 masens[miport] |= 0x00FF;387 masens[miport] |= (int8_t)0x00FF; 388 388 break; 389 389 … … 480 480 case 6: /* active sensing */ 481 481 482 masens[miport] |= 0x00FF;482 masens[miport] |= (int8_t)0x00FF; 483 483 break; 484 484
Note:
See TracChangeset
for help on using the changeset viewer.