Changeset 7c5def4 in buchla-68k for ram/tundsp.c


Ignore:
Timestamp:
11/15/2017 06:13:13 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
72741f4
Parents:
2ff1367
Message:

Minor fixes and cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/tundsp.c

    r2ff1367 r7c5def4  
    340340        bfs[0] = (int8_t)(bfs[0] + '0');
    341341        bfs[1] = (int8_t)(bfs[1] + 'A');
    342         bfs[2] = (int8_t)(bfs[2] + sfdsp[bfs[2] - 7]);
     342        bfs[2] = sfdsp[bfs[2] - 7];
    343343        bfs[3] = (int8_t)(bfs[3] + '0');
    344344        bfs[4] = (int8_t)(bfs[4] + '0');
Note: See TracChangeset for help on using the changeset viewer.