Changeset 8c8b4e5 in buchla-68k for ram/gcurpos.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/gcurpos.x

    r5c4721b r8c8b4e5  
    1515*/
    1616
    17 extern  void            andcopy(uint16_t *to, uint16_t *from, uint16_t with, int16_t len);
     17extern  void            andcopy(volatile uint16_t *to, volatile uint16_t *from, uint16_t with, int16_t len);
    1818extern  void            arcurs(uint16_t icolor);
    1919extern  int16_t         gcurpos(int16_t xloc, int16_t yloc);
Note: See TracChangeset for help on using the changeset viewer.