source:
buchla-68k/ram/scope.x@
1d61ba3
Last change on this file since 1d61ba3 was 6262b5c, checked in by , 8 years ago | |
---|---|
|
|
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 | |
12 | extern struct curpak dt_flds; |
13 | extern int8_t scopebf[65]; |
14 | extern int16_t scopec; |
15 | extern int16_t scopef; |
16 | extern uint16_t *scopeob; |
17 | extern int16_t scoper; |
18 | extern uint16_t scopev; |
19 | |
20 | /* |
21 | ============================================================================= |
22 | scope.c -- global functions |
23 | ============================================================================= |
24 | */ |
25 | |
26 | extern void scope(uint16_t val); |
27 | extern void scopeon(void); |
28 | extern void scptogl(void); |
29 |
Note:
See TracBrowser
for help on using the repository browser.