source: buchla-68k/ram/idfield.x@ e877e55

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

More accurate headers.

  • Property mode set to 100644
File size: 816 bytes
Line 
1#pragma once
2
3#include "curpak.h"
4#include "fields.h"
5#include "stdint.h"
6
7/*
8 =============================================================================
9 idfield.c -- global variables
10 =============================================================================
11*/
12
13extern struct fet id_fet1[];
14extern struct curpak id_flds;
15extern int8_t *srctbl[];
16extern int16_t zoneinc[9];
17extern int16_t zonemax[9];
18
19/*
20 =============================================================================
21 idfield.c -- global functions
22 =============================================================================
23*/
24
25extern void idcxupd(void);
26extern void idcyupd(void);
27extern void idfield(void);
28extern int16_t idnfld(int16_t k);
29extern void idx_key(void);
30extern void ikydn(void);
31extern void ikyup(void);
Note: See TracBrowser for help on using the repository browser.