source: buchla-68k/ram/asgdsp.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 asgdsp.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external variables
14 =============================================================================
15*/
16
17extern uint16_t asgkbbt[115];
18extern int16_t asgkble[88];
19extern uint16_t asgkbtp[115];
20extern int16_t asgpal[16][3];
21extern int8_t *asgsrc[];
22extern int16_t dyntab[10];
23extern int8_t *gprep[];
24
25/*
26 =============================================================================
27 external functions
28 =============================================================================
29*/
30
31extern void adbord(void);
32extern void adpoint(int16_t x, int16_t y, int16_t pen);
33extern void adswin(int16_t n);
34extern void advacur(void);
35extern void asgdsp(void);
36extern void asgkb(void);
37extern void awins(void);
38extern void bspacur(void);
39extern void drawk2g(int16_t grp);
40extern void getasg(int16_t n);
41extern void inital(void);
42extern void initat(int16_t n);
43extern void keycpyw(uint16_t *dest, uint16_t *src, int16_t len, uint16_t wk, uint16_t bk);
44extern int8_t *numblk(int8_t *buf, int16_t n);
45extern void putasg(int16_t n);
46extern void setaux(int16_t aux);
Note: See TracBrowser for help on using the repository browser.