Changeset 6099cac in buchla-68k for ram/dopatch.x


Ignore:
Timestamp:
11/11/2017 08:56:04 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
494d8ff
Parents:
432327d
Message:

Fixed dopatch.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dopatch.x

    r432327d r6099cac  
    2222extern  int16_t         lg2base[7];
    2323extern  uint16_t        seqdupd;
    24 extern  int8_t          vgtype[];
     24extern  uint8_t         vgtype[];
    2525
    2626/*
     
    3333extern  void            pdoctl(int16_t voice, int16_t osc, int16_t dat1, int16_t dat2);
    3434extern  void            pdows(int16_t slot, int16_t voice, int16_t wsn);
    35 extern  void            pfpufn(uint16_t voice, uint16_t par, uint16_t dat1, uint16_t dat2);
     35extern  void            pfpufn(int16_t voice, int16_t par, uint16_t dat1, uint16_t dat2);
Note: See TracChangeset for help on using the changeset viewer.