Changeset 8c8b4e5 in buchla-68k for ram/gcurpos.c


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.c

    r5c4721b r8c8b4e5  
    190190};
    191191
    192 static  int16_t *arrows[] = {   /* arrow pointer table */
     192static  volatile        uint16_t        *arrows[] = {   /* arrow pointer table */
    193193
    194194        v_curs0,        /* 0 - upper left, even pixel */
     
    262262*/
    263263
    264 void andcopy(uint16_t *to, uint16_t *from, uint16_t with, int16_t len)
     264void andcopy(volatile uint16_t *to, volatile uint16_t *from, uint16_t with, int16_t len)
    265265{
    266266        register int16_t i;
Note: See TracChangeset for help on using the changeset viewer.