source: buchla-68k/ram/scope.x@ 39a696b

Last change on this file since 39a696b was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 723 bytes
Line 
1#pragma once
2
3#include "curpak.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 scope.c -- global variables
9 =============================================================================
10*/
11
12extern struct curpak dt_flds;
13extern int8_t scopebf[65];
14extern int16_t scopec;
15extern int16_t scopef;
16extern uint16_t *scopeob;
17extern int16_t scoper;
18extern uint16_t scopev;
19
20/*
21 =============================================================================
22 scope.c -- global functions
23 =============================================================================
24*/
25
26extern void scope(uint16_t val);
27extern void scopeon(void);
28extern void scptogl(void);
29
Note: See TracBrowser for help on using the repository browser.