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


Ignore:
Timestamp:
07/16/2017 02:23:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4cfe69a
Parents:
897a874
Message:

No more warnings for bios.abs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/romp.x

    r897a874 r5117699  
    156156extern  int16_t         getcmd(void);
    157157extern  int16_t         getlong(int32_t *var);
    158 extern  int16_t         ldump(int32_t *loc, int32_t *lastloc, int16_t nwide, int16_t unit);
     158extern  int16_t         ldump(uint32_t *loc, uint32_t *lastloc, int16_t nwide, int16_t unit);
    159159extern  void            main(void);
    160160extern  void            padr(void *adr, int16_t unit);
Note: See TracChangeset for help on using the changeset viewer.