source: buchla-68k/ram/uslice.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: 881 bytes
Line 
1#pragma once
2
3#include "slice.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 uslice.c -- global variables
9 =============================================================================
10*/
11
12extern uint16_t epxtbl[][16];
13extern int16_t lintab1[];
14extern int16_t lintab2[];
15extern int16_t nttab1[];
16extern int16_t nttab2[];
17extern uint16_t pxtbl[][4];
18
19/*
20 =============================================================================
21 uslice.c -- global functions
22 =============================================================================
23*/
24
25extern void clrsctl(void);
26extern int16_t cslice(uint16_t *slice, uint16_t mask1, uint16_t mask2, struct gdsel *gdstb[]);
27extern void rslice(struct gdsel *gdstb[]);
28extern int16_t uslice(uint16_t *slice, uint16_t mask1, uint16_t mask2, struct gdsel *gdstb[]);
Note: See TracBrowser for help on using the repository browser.