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