source: buchla-68k/ram/ptdisp.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: 830 bytes
Line 
1#pragma once
2
3#include "patch.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 ptdisp.c -- global variables
9 =============================================================================
10*/
11
12extern int16_t ptabpal[16][3];
13extern int8_t pthead[];
14extern int8_t *ptmcon[];
15extern uint16_t seqflag[16];
16extern uint16_t seqline[16];
17extern uint16_t seqstim[16];
18extern struct seqent seqtab[1000];
19extern uint16_t seqtime[16];
20extern uint16_t sregval[16];
21extern uint16_t trstate[16];
22
23/*
24 =============================================================================
25 ptdisp.c -- global functions
26 =============================================================================
27*/
28
29extern void ptdisp(void);
30extern void ptwin(int16_t n);
31extern void ptwins(void);
Note: See TracBrowser for help on using the repository browser.