source: buchla-68k/ram/scfield.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.0 KB
Line 
1#pragma once
2
3#include "curpak.h"
4#include "fields.h"
5#include "stdint.h"
6
7/*
8 =============================================================================
9 scfield.c -- global variables
10 =============================================================================
11*/
12
13extern struct fet sc_fet1[];
14extern struct curpak sc_flds;
15
16/*
17 =============================================================================
18 scfield.c -- global functions
19 =============================================================================
20*/
21
22extern int16_t cp2time(int16_t cx);
23extern int16_t deladat(void);
24extern int16_t delevts(int16_t etp, int32_t thetime);
25extern int16_t ef_null(int16_t n);
26extern int16_t et_null(int16_t n);
27extern void icancel(void);
28extern void istart(void);
29extern int16_t nd_null(int16_t n, int16_t k);
30extern int16_t rd_null(int16_t n);
31extern void scfield(void);
32extern int16_t scntfld(int16_t k);
33extern void sdcxu(void);
34extern void sdcyu(void);
35extern void sdmkey(void);
36extern void sdxkey(void);
Note: See TracBrowser for help on using the repository browser.