Changeset b28a12e in buchla-68k for libcio/clusmap.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
-
libcio/clusmap.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include "all.h" 9 10 extern int16_t micons(int16_t wi); 11 extern uint16_t _gtcl12(int8_t *fat, uint16_t cl); 12 extern int32_t miconl(int32_t wi); 13 14 extern struct bpb *_thebpb; 15 extern uint16_t _thefat[]; 16 17 extern int16_t _filecl(struct fcb *fp); 18 extern int16_t _noper(void); 19 20 extern void xtrap15(void); 21 22 /* 23 24 */ 8 #include "ram.h" 25 9 26 10 static int8_t *mfname[] = { /* FCB flag names */ … … 79 63 */ 80 64 81 int16_t waitcr(void)82 {83 int8_t c;84 85 BIOS(B_PUTC, CON_DEV, '\007');86 87 while ('\r' NE (c = (0x7F & BIOS(B_GETC, CON_DEV))))88 if (c EQ '\007')89 xtrap15();90 91 return(c);92 }93 94 65 /* 95 66
Note:
See TracChangeset
for help on using the changeset viewer.