Changeset 2da8254 in buchla-68k


Ignore:
Timestamp:
11/12/2017 08:12:29 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
a4bd34f
Parents:
a3eb131
Message:

Fixed ldselbx.c.

Location:
ram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ram/ldselbx.c

    ra3eb131 r2da8254  
    170170*/
    171171
    172 void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5)
     172void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, int16_t p4, int16_t p5)
    173173{
    174174        int8_t msgbuf[64];
     
    302302*/
    303303
    304 void dpy_scr(uint16_t color, int16_t ns)
     304void dpy_scr(int16_t color, int16_t ns)
    305305{
    306306        int8_t buf[40];
  • ram/ldselbx.x

    ra3eb131 r2da8254  
    2828extern  void            clrerms(void);
    2929extern  void            clrlsel(void);
    30 extern  void            dpy_scr(uint16_t color, int16_t ns);
     30extern  void            dpy_scr(int16_t color, int16_t ns);
    3131extern  void            endltyp(void);
    3232extern  int16_t         getit(void);
    3333extern  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);
     34extern  void            ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, int16_t p4, int16_t p5);
    3535extern  int16_t         ldfnbox(int16_t n);
    3636extern  void            lst_scr(void);
Note: See TracChangeset for help on using the changeset viewer.