source: buchla-68k/ram/scope.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: 927 bytes
Line 
1/*
2 =============================================================================
3 scope.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 curpak dt_flds;
20extern int8_t scopebf[65];
21extern int16_t scopec;
22extern int16_t scopef;
23extern uint16_t *scopeob;
24extern int16_t scoper;
25extern uint16_t scopev;
26
27/*
28 =============================================================================
29 external functions
30 =============================================================================
31*/
32
33extern void scope(uint16_t val);
34extern void scopeon(void);
35extern void scptogl(void);
Note: See TracBrowser for help on using the repository browser.