source: buchla-68k/ram/ldfield.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: 1004 bytes
Line 
1/*
2 =============================================================================
3 ldfield.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "curpak.h"
10#include "fields.h"
11#include "stdint.h"
12
13/*
14 =============================================================================
15 external variables
16 =============================================================================
17*/
18
19extern struct fet ld_fet1[];
20extern struct curpak ld_flds;
21extern int16_t ldbox[][8];
22extern int8_t *ldbxlb0[];
23
24/*
25 =============================================================================
26 external functions
27 =============================================================================
28*/
29
30extern void ld_prmv(void);
31extern void ldcxupd(void);
32extern void ldcyupd(void);
33extern void ldfield(void);
34extern void ldkey(int16_t k);
35extern void ldmkey(void);
36extern void ldxkey(void);
37extern void loadem(int16_t key);
Note: See TracBrowser for help on using the repository browser.