source: buchla-68k/ram/showcfg.x@ 526a993

Last change on this file since 526a993 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1/*
2 =============================================================================
3 showcfg.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "fields.h"
10#include "stdint.h"
11
12/*
13 =============================================================================
14 external variables
15 =============================================================================
16*/
17
18extern int8_t cfg_00[64][3];
19extern int8_t cfg_01[64][3];
20extern int8_t cfg_02[64][3];
21extern int8_t cfg_03[64][3];
22extern int8_t cfg_04[64][3];
23extern int8_t cfg_05[64][3];
24extern int8_t cfg_06[64][3];
25extern int8_t cfg_07[64][3];
26extern int8_t cfg_08[64][3];
27extern int8_t cfg_09[64][3];
28extern int8_t cfg_10[64][3];
29extern int8_t cfg_11[64][3];
30extern int8_t *cfgptr[12];
31extern struct fet id_fet2[];
32extern struct fet id_fet3[];
33extern struct selbox idmbox[];
34extern uint16_t pat[35][16];
35extern int16_t patctab[35];
36
37/*
38 =============================================================================
39 external functions
40 =============================================================================
41*/
42
43extern void dispcfg(int16_t nn);
44extern void dispws(int16_t ws);
45extern int16_t imfnbox(int16_t n);
46extern void putpat(int16_t pn, int16_t px, int16_t py, int16_t patc);
47extern void showcfg(int16_t nn);
48extern void wcmenu(int16_t wc);
Note: See TracBrowser for help on using the repository browser.