Changeset 432327d in buchla-68k for rom/romp.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
  • rom/romp.x

    r8c8b4e5 r432327d  
    153153extern  void            dosw(int16_t nb, int16_t sv);
    154154extern  int16_t         dtext(int8_t *loc, int8_t *lastloc, int16_t nwide, int16_t unit);
    155 extern  uint16_t        exp_c(uint16_t c);
     155extern  uint16_t        exp_c(int16_t c);
    156156extern  int16_t         getarg(void);
    157157extern  int16_t         getcmd(void);
Note: See TracChangeset for help on using the changeset viewer.