Changeset 8c8b4e5 in buchla-68k for ram/asgdsp.x


Ignore:
Timestamp:
09/17/2017 05:01:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
432327d
Parents:
5c4721b
Message:

More volatile hardware accesses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/asgdsp.x

    r5c4721b r8c8b4e5  
    4343extern  void            inital(void);
    4444extern  void            initat(int16_t n);
    45 extern  void            keycpyw(uint16_t *dest, uint16_t *src, int16_t len, uint16_t wk, uint16_t bk);
     45extern  void            keycpyw(volatile uint16_t *dest, volatile uint16_t *src, int16_t len, uint16_t wk, uint16_t bk);
    4646extern  int8_t          *numblk(int8_t *buf, int16_t n);
    4747extern  void            putasg(int16_t n);
Note: See TracChangeset for help on using the changeset viewer.