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


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.c

    r928d5d9 r33b5477  
    417417*/
    418418
    419 void oscdsp(int16_t row, int16_t val, int16_t n, int16_t frq, int8_t *lbl)
     419void oscdsp(int16_t row, int16_t val, int16_t n, int8_t *lbl, int16_t frq)
    420420{
    421421                register int16_t fh, fl;
Note: See TracChangeset for help on using the changeset viewer.