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

    r411371e rc3aee8a  
    180180*/
    181181
    182 int16_t pat[MAXPAT][16] = {             /* configuration pattern elements */
     182uint16_t        pat[MAXPAT][16] = {             /* configuration pattern elements */
    183183
    184184        {0x0000, 0x0000, 0x0000, 0x0000,        /* 1 */
Note: See TracChangeset for help on using the changeset viewer.