Changeset c3aee8a in buchla-68k for ram/asgdsp.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/asgdsp.c

    r411371e rc3aee8a  
    171171*/
    172172
    173 int16_t asgkbtp[AK_WIDTH] = {           /* keyboard icon top lines */
     173uint16_t        asgkbtp[AK_WIDTH] = {           /* keyboard icon top lines */
    174174
    175175        AKW_7, AKW_C, AKW_1, AKW_F,
     
    212212*/
    213213
    214 int16_t asgkbbt[AK_WIDTH] = {           /* keyboard icon bottom lines */
     214uint16_t        asgkbbt[AK_WIDTH] = {           /* keyboard icon bottom lines */
    215215
    216216        AKW_7, AKW_F, AKW_7, AKW_F,
Note: See TracChangeset for help on using the changeset viewer.