Changeset 2da8254 in buchla-68k for ram/ldselbx.c


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.

File:
1 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];
Note: See TracChangeset for help on using the changeset viewer.