Changeset 5c4721b in buchla-68k for vlib/glcinit.x


Ignore:
Timestamp:
09/04/2017 12:00:08 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8c8b4e5
Parents:
23e1597
Message:

Fixed integer width.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/glcinit.x

    r23e1597 r5c4721b  
    1717extern  uint8_t         glc_is1[];
    1818extern  uint8_t         glc_is2[];
    19 extern  int32_t         lcdbase;
     19extern  int16_t         lcdbase;
    2020extern  int16_t         lcdbit;
    2121extern  int16_t         lcdcol;
    2222extern  int16_t         lcdctl1;
    2323extern  int16_t         lcdctl2;
    24 extern  int32_t         lcdcurs;
     24extern  int16_t         lcdcurs;
    2525extern  int16_t         lcdrow;
    2626extern  int16_t         lcdx;
Note: See TracChangeset for help on using the changeset viewer.