- Timestamp:
- 11/12/2017 08:21:00 PM (7 years ago)
- Branches:
- master
- Children:
- de91266
- Parents:
- f70aaad
- Location:
- ram
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/gcurpos.c
rf70aaad rf798356 247 247 op->objy = yloc + yo; 248 248 op->obase = arrows[ab + (xloc & 0x0001)]; 249 op->odtw1 = 0x0400 | (0x03FF & (op->objx >> 1));249 op->odtw1 = (uint16_t)(0x0400 | (0x03FF & (op->objx >> 1))); 250 250 251 251 SetPri(GCURS, GCPRI); … … 276 276 */ 277 277 278 void arcurs( uint16_t icolor)279 { 280 registerint16_t color;278 void arcurs(int16_t icolor) 279 { 280 uint16_t color; 281 281 282 282 color = exp_c(icolor); -
ram/gcurpos.x
rf70aaad rf798356 16 16 17 17 extern void andcopy(volatile uint16_t *to, volatile uint16_t *from, uint16_t with, int16_t len); 18 extern void arcurs( uint16_t icolor);18 extern void arcurs(int16_t icolor); 19 19 extern int16_t gcurpos(int16_t xloc, int16_t yloc); 20 20 extern void sgcoff(void);
Note:
See TracChangeset
for help on using the changeset viewer.