-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multi: Bump com version; update Makefile rules.
- Loading branch information
Showing
2 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
** "Portable" MINCE by Jeffrey H. Johnson <[email protected]> | ||
** Portable MINCE | ||
** Jeffrey H. Johnson <[email protected]> | ||
** | ||
** Based on the CP/M 2.2 (8080/Z-80) simulator for UNIX systems | ||
** by Jim Cathey, Edmund Ramm, Charlie Gibbs, and Willi Kusche | ||
|
@@ -103,9 +104,9 @@ char *argv[]; | |
strcat(linebuf, "\rPortable MINCE "); | ||
strcat(linebuf, VERSION); | ||
strcat(linebuf, | ||
" by Jeffrey H. Johnson <[email protected]>\r\n\nMINCE 2.6: " | ||
" - Jeffrey H. Johnson <[email protected]>\r\n\nMINCE 2.6: " | ||
"Copyright (C) 1980-1982 Mark of the Unicorn, Inc.\r\n\nCCOM80 " | ||
"3.01: Adapted from COM 3.0, Copyright (C) 1984-2006\r\n Jim " | ||
"3.11: Adapted from COM 3.0, Copyright (C) 1984-2006\r\n Jim " | ||
"Cathey, Edmund Ramm, Charlie Gibbs, & Willi Kusche.\r\n"); | ||
write(1, linebuf, strlen(linebuf)); | ||
exit(0); | ||
|