Changeset 2da8254 in buchla-68k
- Timestamp:
- 11/12/2017 08:12:29 PM (7 years ago)
- Branches:
- master
- Children:
- a4bd34f
- Parents:
- a3eb131
- Location:
- ram
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/ldselbx.c
ra3eb131 r2da8254 170 170 */ 171 171 172 void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5)172 void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, int16_t p4, int16_t p5) 173 173 { 174 174 int8_t msgbuf[64]; … … 302 302 */ 303 303 304 void dpy_scr( uint16_t color, int16_t ns)304 void dpy_scr(int16_t color, int16_t ns) 305 305 { 306 306 int8_t buf[40]; -
ram/ldselbx.x
ra3eb131 r2da8254 28 28 extern void clrerms(void); 29 29 extern void clrlsel(void); 30 extern void dpy_scr( uint16_t color, int16_t ns);30 extern void dpy_scr(int16_t color, int16_t ns); 31 31 extern void endltyp(void); 32 32 extern int16_t getit(void); 33 33 extern int16_t lcancel(int16_t lct); 34 extern void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);34 extern void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, int16_t p4, int16_t p5); 35 35 extern int16_t ldfnbox(int16_t n); 36 36 extern void lst_scr(void);
Note:
See TracChangeset
for help on using the changeset viewer.