Changeset 33b5477 in buchla-68k for ram/instdsp.x


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/instdsp.x

    r928d5d9 r33b5477  
    4444extern  void            instdsp(void);
    4545extern  int16_t         irand(int16_t range);
    46 extern  void            oscdsp(int16_t row, int16_t val, int16_t n, int16_t frq, int8_t *lbl);
     46extern  void            oscdsp(int16_t row, int16_t val, int16_t n, int8_t *lbl, int16_t frq);
    4747extern  void            pltws(uint16_t ws[], int16_t pen);
    4848extern  void            reshowi(void);
Note: See TracChangeset for help on using the changeset viewer.