Changeset bc1afe0 in buchla-68k
- Timestamp:
- 11/12/2017 10:30:17 PM (7 years ago)
- Branches:
- master
- Children:
- e15f784
- Parents:
- ca9ec00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etaprg.c
rca9ec00 rbc1afe0 92 92 ec = stccol - cfetp->flcol; /* setup edit buffer column */ 93 93 94 ebuf[ec] = k + '0';94 ebuf[ec] = (int8_t)(k + '0'); 95 95 ebuf[2] = '\0'; 96 96 97 dspbuf[0] = k + '0';97 dspbuf[0] = (int8_t)(k + '0'); 98 98 dspbuf[1] = '\0'; 99 99
Note:
See TracChangeset
for help on using the changeset viewer.