Skip to content

Commit

Permalink
I1401: Fix minor typo in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
hornc authored and pkoning2 committed Sep 4, 2024
1 parent 7b99876 commit 8546a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I1401/i1401_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ const char *sim_stop_messages[SCPE_BASE] = {
"Invalid A address",
"Invalid B address",
"Invalid instruction length",
"Invalid modifer",
"Invalid modifier",
"Invalid branch address",
"Breakpoint",
"HALT instruction",
"Invalid MT unit number",
"Invalid MT record length",
"Write to locked MT unit",
"Write to locked MT unit",
"Skip to unpunched CCT channel",
"Card reader empty",
"Address register wrap",
Expand Down

0 comments on commit 8546a87

Please sign in to comment.