Add documentation, make capitalization uniform

This commit is contained in:
Rutger van Bergen
2022-09-19 19:56:57 +02:00
parent 8f9777d9e0
commit cb8cb876ec
8 changed files with 165 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ typedef enum {
TGT_C65,
TGT_CX16,
TGT_SYM1,
TGT_KIM1, // Added at end so as not to shift existing entries
TGT_KIM1,
TGT_COUNT /* Number of target systems */
} target_t;