Changeset 2340de6 in buchla-68k for ram/asgdsp.x
- Timestamp:
- 07/10/2017 09:06:56 PM (7 years ago)
- Branches:
- master
- Children:
- 4aa78b2
- Parents:
- 526a993
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/asgdsp.x
r526a993 r2340de6 9 9 #include "stdint.h" 10 10 11 #define AK_WIDTH 115 /* width, in words, of keyboard icon */ 12 11 13 /* 12 14 ============================================================================= … … 15 17 */ 16 18 17 extern uint16_t asgkbbt[ 115];19 extern uint16_t asgkbbt[AK_WIDTH]; 18 20 extern int16_t asgkble[88]; 19 extern uint16_t asgkbtp[ 115];21 extern uint16_t asgkbtp[AK_WIDTH]; 20 22 extern int16_t asgpal[16][3]; 21 23 extern int8_t *asgsrc[];
Note:
See TracChangeset
for help on using the changeset viewer.