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


Ignore:
Timestamp:
07/14/2017 09:11:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
aa021e2
Parents:
4810254
Message:

Unused variables and parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/romp.x

    r4810254 r7ecfb7b  
    164164extern  void            puthn(uint32_t num, int16_t cw, int16_t unit);
    165165extern  void            putn(uint32_t num, int16_t cw, int16_t unit);
    166 extern  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);
     166extern  void            rompbp(uint32_t d0, ...);
    167167extern  int16_t         setp(void *var, void *deflt);
    168168extern  int16_t         setvar(int32_t *var, int32_t deflt);
Note: See TracChangeset for help on using the changeset viewer.