Changeset b28a12e in buchla-68k for ram/sqdkey.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/sqdkey.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include "all.h" 9 10 extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr); 11 extern void ctcon(void); 12 extern void dsqlin(int8_t *buf, int16_t slin); 13 extern void movestc(int16_t r, int16_t c); 14 15 extern int16_t asig, astat; 16 17 extern int16_t action; 18 extern int16_t curslin; 19 extern int16_t sqdeflg; 20 extern int16_t stccol; 21 extern int16_t stcrow; 22 23 extern int8_t sqdebuf[50]; 24 25 extern struct seqent seqbuf; 8 #include "ram.h" 26 9 27 10 int16_t actfmt; /* action code format */
Note:
See TracChangeset
for help on using the changeset viewer.