- Timestamp:
- 11/12/2017 11:42:58 PM (7 years ago)
- Branches:
- master
- Children:
- 7c5def4
- Parents:
- ea9a162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/instdsp.c
rea9a162 r2ff1367 438 438 439 439 x = 382 + (i >> 1); 440 y = 348 - ( (int16_t)(ws[i] ^ 0x8000) / 676);440 y = 348 - (int16_t)((ws[i] ^ 0x8000) / 676); 441 441 442 442 idpoint(x, y, pen);
Note:
See TracChangeset
for help on using the changeset viewer.