Changeset 7258c6a in buchla-68k for include/swrtab.h


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
  • include/swrtab.h

    r0292fbb r7258c6a  
    1 long swrtab[128] = {    /* scroll rates */
     1
     2int32_t swrtab[128] = { /* scroll rates */
    23
    34        0x00000000L, 0x00000800L, 0x00001000L, 0x00001800L,     /* 0 */
Note: See TracChangeset for help on using the changeset viewer.