Changeset b28a12e in buchla-68k for ram/ptdkey.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/ptdkey.c
r39a696b rb28a12e 11 11 #define DUMPSTM 0 12 12 13 #include "all.h" 14 15 extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr); 16 extern void ctcon(void); 17 extern void dspdest(int8_t *buf, struct patch *pp); 18 extern void dspdfst(int8_t *buf, uint16_t val); 19 extern void movectc(int16_t r, int16_t c); 13 #include "ram.h" 20 14 21 15 #if DEBUGPD … … 35 29 short dumpstm = 0; 36 30 #endif 37 38 #if (DEBUGPD|DEBUGVP|DUMPDEF|DUMPSTM)39 extern short debugsw;40 #endif41 42 extern int16_t asig, astat;43 44 extern uint16_t dpepred, dpecpos, dpesucc;45 46 extern int16_t ptegood, ptedfok, ptestok, ptedsok, ptedtok;47 48 extern int16_t ptedef, ptestm, ptespec, ptesuba, ptedat1, ptedat2;49 50 extern int16_t ptedftp, ptedfst, ptedest, ptedata;51 52 extern int16_t pteset, ptbflag, ptemenu;53 54 extern int16_t ptepred, ptecpos, ptesucc;55 56 extern int16_t stccol, stcrow;57 58 extern int8_t ptdebuf[50];59 60 extern struct patch ptebuf;61 31 62 32 /*
Note:
See TracChangeset
for help on using the changeset viewer.