Changeset 494d8ff in buchla-68k for ram/libdsp.x
- Timestamp:
- 11/11/2017 09:28:42 PM (7 years ago)
- Branches:
- master
- Children:
- 3ac8e1b
- Parents:
- 6099cac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/libdsp.x
r6099cac r494d8ff 34 34 extern void clrcat(void); 35 35 extern int16_t clreq(int32_t bytes); 36 extern void dslslot(int16_t slot, uint16_t fg, int16_t row);36 extern void dslslot(int16_t slot, int16_t fg, int16_t row); 37 37 extern uint16_t exp_c(int16_t c); 38 38 extern int16_t fcindex(void); … … 47 47 extern void ldpoint(int16_t x, int16_t y, int16_t pen); 48 48 extern void ldswin(int16_t n); 49 extern void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);49 extern void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, int16_t fgcolor, int16_t bgcolor); 50 50 extern void libdsp(void); 51 51 extern int16_t lin2slt(int16_t line);
Note:
See TracChangeset
for help on using the changeset viewer.