source: buchla-68k/ram/chksec.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: 967 bytes
Line 
1#pragma once
2
3#include "score.h"
4#include "stdint.h"
5
6/*
7 =============================================================================
8 chksec.c -- global variables
9 =============================================================================
10*/
11
12extern int8_t cmgtags[25];
13extern int8_t cmgtype[25];
14extern int16_t cmslens[25];
15extern int16_t ehdlist[25];
16
17/*
18 =============================================================================
19 chksec.c -- global functions
20 =============================================================================
21*/
22
23extern int16_t chksec(int16_t ns);
24extern void edelta(struct s_entry *ep, int32_t btime, int32_t delta);
25extern void ehfix(struct s_entry *cbp, struct s_entry *cep);
26extern struct s_entry *madjsec(struct s_entry *sbp, int32_t btime);
27extern int16_t oktocm(struct s_entry *ep);
28extern int16_t oktode(struct s_entry *ep);
29extern int16_t oktodg(struct s_entry *ep);
30extern int32_t sizesec(void);
Note: See TracBrowser for help on using the repository browser.