source: buchla-68k/ram/asgdsp.x@ 6aa430b

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

More accurate headers.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 asgdsp.c -- global variables
8 =============================================================================
9*/
10
11extern uint16_t asgkbbt[115];
12extern int16_t asgkble[88];
13extern uint16_t asgkbtp[115];
14extern int16_t asgpal[16][3];
15extern int8_t *asgsrc[];
16extern int16_t dyntab[10];
17extern int8_t *gprep[];
18
19/*
20 =============================================================================
21 asgdsp.c -- global functions
22 =============================================================================
23*/
24
25extern void adbord(void);
26extern void adpoint(int16_t x, int16_t y, int16_t pen);
27extern void adswin(int16_t n);
28extern void advacur(void);
29extern void asgdsp(void);
30extern void asgkb(void);
31extern void awins(void);
32extern void bspacur(void);
33extern void drawk2g(int16_t grp);
34extern void getasg(int16_t n);
35extern void inital(void);
36extern void initat(int16_t n);
37extern void keycpyw(uint16_t *dest, uint16_t *src, int16_t len, uint16_t wk, uint16_t bk);
38extern int8_t *numblk(int8_t *buf, int16_t n);
39extern void putasg(int16_t n);
40extern void setaux(int16_t aux);
Note: See TracBrowser for help on using the repository browser.