Changeset f798356 in buchla-68k for ram/gcurpos.c
- Timestamp:
- 11/12/2017 08:21:00 PM (7 years ago)
- Branches:
- master
- Children:
- de91266
- Parents:
- f70aaad
- File:
-
- 1 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);
Note:
See TracChangeset
for help on using the changeset viewer.