Skip to content

Commit

Permalink
Improve comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinoDevel committed Apr 11, 2021
1 parent a23fc7d commit c796ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mode/mode_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum mode_type
mode_type_err = -1,

mode_type_save = 0, // Default type supporting all CBM machines via usage of
// OS's SAVE and LOAD commands.
// OS's SAVE and LOAD commands (compatibility mode).

mode_type_pet1 = 1, // Fast loading and saving for CBM/PET BASIC v1.
mode_type_pet2 = 2, // Fast loading and saving for CBM/PET BASIC v2.
Expand Down

0 comments on commit c796ed6

Please sign in to comment.