source: buchla-68k/ram/ptdkey.x@ 6262b5c

Last change on this file since 6262b5c 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: 770 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 ptdkey.c -- global variables
8 =============================================================================
9*/
10
11extern int16_t des2fmt[];
12extern int16_t dsdecol[5][2][2];
13extern int16_t dtabl7[];
14extern int16_t dtabl9[];
15
16/*
17 =============================================================================
18 ptdkey.c -- global functions
19 =============================================================================
20*/
21
22extern void SnapPTV(int8_t *s);
23extern void buf2pte(void);
24extern void ptde_ds(int16_t n, int16_t key);
25extern void ptdkey(int16_t k);
26extern void pte2buf(void);
27extern void setptcv(void);
28extern void voidpb(void);
29
Note: See TracBrowser for help on using the repository browser.