Changeset 432327d in buchla-68k for ram/tundsp.x


Ignore:
Timestamp:
09/17/2017 09:27:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6099cac
Parents:
8c8b4e5
Message:

Fix conversion warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/tundsp.x

    r8c8b4e5 r432327d  
    2626extern  void            advtcur(void);
    2727extern  void            bsptcur(void);
    28 extern  void            dsttval(int16_t row, int16_t col, int16_t val, uint16_t fg, uint16_t bg);
     28extern  void            dsttval(int16_t row, int16_t col, int16_t val, int16_t fg, int16_t bg);
    2929extern  void            gettun(int16_t n);
    3030extern  void            inittl(void);
Note: See TracChangeset for help on using the changeset viewer.