Changeset 2ff1367 in buchla-68k for ram


Ignore:
Timestamp:
11/12/2017 11:42:58 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7c5def4
Parents:
ea9a162
Message:

Properly display waveshape.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/instdsp.c

    rea9a162 r2ff1367  
    438438
    439439                x = 382 + (i >> 1);
    440                 y = 348 - ((int16_t)(ws[i] ^ 0x8000) / 676);
     440                y = 348 - (int16_t)((ws[i] ^ 0x8000) / 676);
    441441
    442442                idpoint(x, y, pen);
Note: See TracChangeset for help on using the changeset viewer.