source:
buchla-68k/ram/chksec.x@
14ad9c9
| Last change on this file since 14ad9c9 was 6262b5c, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 968 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 | |
| 12 | extern int8_t cmgtags[25]; |
| 13 | extern int8_t cmgtype[25]; |
| 14 | extern int16_t cmslens[25]; |
| 15 | extern int16_t ehdlist[25]; |
| 16 | |
| 17 | /* |
| 18 | ============================================================================= |
| 19 | chksec.c -- global functions |
| 20 | ============================================================================= |
| 21 | */ |
| 22 | |
| 23 | extern int16_t chksec(int16_t ns); |
| 24 | extern void edelta(struct s_entry *ep, int32_t btime, int32_t delta); |
| 25 | extern void ehfix(struct s_entry *cbp, struct s_entry *cep); |
| 26 | extern struct s_entry *madjsec(struct s_entry *sbp, int32_t btime); |
| 27 | extern int16_t oktocm(struct s_entry *ep); |
| 28 | extern int16_t oktode(struct s_entry *ep); |
| 29 | extern int16_t oktodg(struct s_entry *ep); |
| 30 | extern int32_t sizesec(void); |
| 31 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)