- Timestamp:
- 07/10/2017 07:25:34 PM (7 years ago)
- Branches:
- master
- Children:
- 2340de6
- Parents:
- e877e55
- Location:
- rom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rom/booter.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 booter.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 6 12 /* 7 13 ============================================================================= 8 booter.c -- global variables14 external variables 9 15 ============================================================================= 10 16 */ … … 26 32 /* 27 33 ============================================================================= 28 booter.c -- global functions34 external functions 29 35 ============================================================================= 30 36 */ -
rom/romp.x
re877e55 r526a993 1 /* 2 ============================================================================= 3 romp.c -- external declarations 4 ============================================================================= 5 */ 6 1 7 #pragma once 2 8 … … 7 13 /* 8 14 ============================================================================= 9 romp.c -- global variables15 external variables 10 16 ============================================================================= 11 17 */ … … 75 81 /* 76 82 ============================================================================= 77 romp.c -- global functions83 external functions 78 84 ============================================================================= 79 85 */
Note:
See TracChangeset
for help on using the changeset viewer.