Changeset 7258c6a in buchla-68k for ram/kbobj.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
  • ram/kbobj.c

    r0292fbb r7258c6a  
    2626#define KD      ((K_BLK << 12) | (K_BLK << 8) | (K_BLK << 4) | K_BLK)
    2727
    28 int     kbobj[] = {
     28int16_t kbobj[] = {
    2929
    3030        KA, KA, KA, KA,         /* 0 */         /* W */         /* C7 */
Note: See TracChangeset for help on using the changeset viewer.