Changeset 494d8ff in buchla-68k for ram/libdsp.x


Ignore:
Timestamp:
11/11/2017 09:28:42 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
3ac8e1b
Parents:
6099cac
Message:

Fixed libdsp.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/libdsp.x

    r6099cac r494d8ff  
    3434extern  void            clrcat(void);
    3535extern  int16_t         clreq(int32_t bytes);
    36 extern  void            dslslot(int16_t slot, uint16_t fg, int16_t row);
     36extern  void            dslslot(int16_t slot, int16_t fg, int16_t row);
    3737extern  uint16_t        exp_c(int16_t c);
    3838extern  int16_t         fcindex(void);
     
    4747extern  void            ldpoint(int16_t x, int16_t y, int16_t pen);
    4848extern  void            ldswin(int16_t n);
    49 extern  void            ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);
     49extern  void            ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, int16_t fgcolor, int16_t bgcolor);
    5050extern  void            libdsp(void);
    5151extern  int16_t         lin2slt(int16_t line);
Note: See TracChangeset for help on using the changeset viewer.