Changeset 8c8b4e5 in buchla-68k for ram/gcurpos.c
- Timestamp:
- 09/17/2017 05:01:10 PM (7 years ago)
- Branches:
- master
- Children:
- 432327d
- Parents:
- 5c4721b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/gcurpos.c
r5c4721b r8c8b4e5 190 190 }; 191 191 192 static int16_t *arrows[] = { /* arrow pointer table */192 static volatile uint16_t *arrows[] = { /* arrow pointer table */ 193 193 194 194 v_curs0, /* 0 - upper left, even pixel */ … … 262 262 */ 263 263 264 void andcopy( uint16_t *to,uint16_t *from, uint16_t with, int16_t len)264 void andcopy(volatile uint16_t *to, volatile uint16_t *from, uint16_t with, int16_t len) 265 265 { 266 266 register int16_t i;
Note:
See TracChangeset
for help on using the changeset viewer.