- Timestamp:
- 07/09/2017 10:24:47 PM (7 years ago)
- Branches:
- master
- Children:
- 411371e
- Parents:
- d2d593b
- Location:
- rom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rom/booter.c
rd2d593b re225e77 24 24 extern struct fcb *SnapFCB(struct fcb *fcp); 25 25 extern int16_t ClusMap(struct fcb *fcp); 26 27 extern int16_t waitcr(void); 26 28 #endif 27 29 -
rom/romp.c
rd2d593b re225e77 41 41 #include "vsddsw.h" 42 42 #include "vsddvars.h" 43 44 #include "glcfns.h" 45 #include "stdio.h" 43 46 #endif 44 47 … … 211 214 int16_t cx_chek(void); 212 215 216 extern int16_t setjmp(struct JMP_BUF *env); 217 extern void longjmp(struct JMP_BUF *env, int16_t val); 218 extern void tsetup(void); 219 213 220 int8_t hs_mtst[]; 214 221
Note:
See TracChangeset
for help on using the changeset viewer.