Changeset 7258c6a in buchla-68k for vlib/cg2.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/cg2.c

    r0292fbb r7258c6a  
     1
    12/* Character generator table -- 12V by 8H */
    23
    3 int     cg_rows = 12;
    4 
    5 int     cgtable[12][256] = {
     4int16_t cg_rows = 12;
     5
     6int16_t cgtable[12][256] = {
    67
    78        {       /* Scan line 0 */
Note: See TracChangeset for help on using the changeset viewer.