Changeset 908b6ab in buchla-68k


Ignore:
Timestamp:
11/12/2017 07:38:12 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
a8b81c2
Parents:
5289d7c
Message:

Fixed libwr.c.

Location:
ram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ram/libdsp.c

    r5289d7c r908b6ab  
    915915*/
    916916
    917 int8_t *slotnam(uint16_t slot, uint16_t kind)
     917int8_t *slotnam(int16_t slot, int16_t kind)
    918918{
    919919        static  int8_t thename[13];
  • ram/libdsp.x

    r5289d7c r908b6ab  
    6060extern  int16_t         showcat(void);
    6161extern  int16_t         showsiz(void);
    62 extern  int8_t          *slotnam(uint16_t slot, uint16_t kind);
     62extern  int8_t          *slotnam(int16_t slot, int16_t kind);
    6363extern  int16_t         spacerq(int16_t kind);
    6464extern  int16_t         srchcat(int8_t extn[]);
Note: See TracChangeset for help on using the changeset viewer.