Changeset 298f0b4 in buchla-68k for rom/romp.x


Ignore:
Timestamp:
07/14/2017 01:45:36 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7d4cf30
Parents:
33b5477
Message:

Fewer incompatible pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/romp.x

    r33b5477 r298f0b4  
    122122extern  int16_t         cx_dini(void);
    123123extern  int16_t         cx_dump(void);
    124 extern  void            cx_exit(void);
     124extern  int16_t         cx_exit(void);
    125125extern  int16_t         cx_fill(void);
    126126extern  int16_t         cx_go(void);
     
    137137extern  int16_t         cx_read(void);
    138138extern  int16_t         cx_regs(void);
    139 extern  void            cx_rest(void);
     139extern  int16_t         cx_rest(void);
    140140extern  int16_t         cx_rset(void);
    141141extern  int16_t         cx_vreg(void);
     
    145145extern  int16_t         cx_writ(void);
    146146extern  int16_t         cx_wset(void);
    147 extern  void            cx_zap(void);
     147extern  int16_t         cx_zap(void);
    148148extern  int16_t         ddump(int8_t *loc, int8_t *lastloc, int16_t nwide, int16_t unit);
    149149extern  void            do_cmd(void);
     
    162162extern  void            progid(void);
    163163extern  int16_t         pscan(void);
    164 extern  void            puthn(int32_t num, int16_t cw, int16_t unit);
    165 extern  void            putn(int32_t num, int16_t cw, int16_t unit);
     164extern  void            puthn(uint32_t num, int16_t cw, int16_t unit);
     165extern  void            putn(uint32_t num, int16_t cw, int16_t unit);
    166166extern  void            rompbp(int32_t d0, int32_t d1, int32_t d2, int32_t d3, int32_t d4, int32_t d5, int32_t d6, int32_t d7, int8_t *a0, int8_t *a1, int8_t *a2, int8_t *a3, int8_t *a4, int8_t *a5, int8_t *a6, int8_t *a7, uint16_t sr0, uint16_t sr, int8_t *pc);
    167167extern  int16_t         setvar(int32_t *var, int32_t deflt);
Note: See TracChangeset for help on using the changeset viewer.