Changeset 2340de6 in buchla-68k for ram/asgdsp.x


Ignore:
Timestamp:
07/10/2017 09:06:56 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4aa78b2
Parents:
526a993
Message:

Keep macros in external declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/asgdsp.x

    r526a993 r2340de6  
    99#include "stdint.h"
    1010
     11#define AK_WIDTH        115     /* width, in words, of keyboard icon */
     12
    1113/*
    1214   =============================================================================
     
    1517*/
    1618
    17 extern  uint16_t        asgkbbt[115];
     19extern  uint16_t        asgkbbt[AK_WIDTH];
    1820extern  int16_t         asgkble[88];
    19 extern  uint16_t        asgkbtp[115];
     21extern  uint16_t        asgkbtp[AK_WIDTH];
    2022extern  int16_t         asgpal[16][3];
    2123extern  int8_t          *asgsrc[];
Note: See TracChangeset for help on using the changeset viewer.