source: buchla-68k/ram/scope.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: 742 bytes
Line 
1#pragma once
2
3#include "curpak.h"
4#include "fields.h"
5#include "stdint.h"
6
7/*
8 =============================================================================
9 scope.c -- global variables
10 =============================================================================
11*/
12
13extern struct curpak dt_flds;
14extern int8_t scopebf[65];
15extern int16_t scopec;
16extern int16_t scopef;
17extern uint16_t *scopeob;
18extern int16_t scoper;
19extern uint16_t scopev;
20
21/*
22 =============================================================================
23 scope.c -- global functions
24 =============================================================================
25*/
26
27extern void scope(uint16_t val);
28extern void scopeon(void);
29extern void scptogl(void);
Note: See TracBrowser for help on using the repository browser.