source: buchla-68k/ram/showcfg.x@ 6262b5c

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

Added include files for global functions and variables.

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