Changeset c3aee8a in buchla-68k for ram/uslice.c


Ignore:
Timestamp:
07/09/2017 11:09:17 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f7428b1
Parents:
411371e
Message:

Make tables unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/uslice.c

    r411371e rc3aee8a  
    111111*/
    112112
    113 int16_t pxtbl[][4] = {          /* pixel mask table for notes */
     113uint16_t        pxtbl[][4] = {          /* pixel mask table for notes */
    114114
    115115        { 0x0000, 0x0000, 0x0000, 0 },  /* 0 */
     
    122122};
    123123
    124 int16_t epxtbl[][16] = {        /* pixel mask table for events */
     124uint16_t        epxtbl[][16] = {        /* pixel mask table for events */
    125125
    126126        { 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF,       /* 0 */
Note: See TracChangeset for help on using the changeset viewer.