Changeset b28a12e in buchla-68k for ram/etipnt.c
- Timestamp:
- 07/10/2017 02:17:49 PM (7 years ago)
- Branches:
- master
- Children:
- 06f6615
- Parents:
- 39a696b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etipnt.c
r39a696b rb28a12e 8 8 #define DEBUGIT 0 9 9 10 #include "all.h" 11 12 extern void advicur(void); 13 extern void pntsel(void); 14 extern void showpt(int16_t q); 15 extern int16_t timeto(int16_t fn, int16_t pj); 16 extern void setseg(int16_t pn, uint16_t ptime); 17 18 extern int16_t inspnt(struct instdef *ip, int16_t fn, int16_t inpnt); 19 extern void modinst(void); 20 21 extern uint16_t *instob; 22 23 extern int16_t stccol, subj, curvce, curfunc, curpnt; 24 25 extern int16_t idbox[][8]; 26 27 extern int8_t dspbuf[]; 28 29 extern struct instdef vbufs[]; 30 31 extern struct instpnt *pntptr; 32 33 /* 34 35 */ 10 #include "ram.h" 36 11 37 12 /*
Note:
See TracChangeset
for help on using the changeset viewer.