-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump for c2t, tests passed, cl65 2.13.3 required for now
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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,8 +1,8 @@ | ||
/* | ||
c2t, Code to Tape|Text, Version 0.995, Tue May 22 22:11:12 GMT 2012 | ||
c2t, Code to Tape|Text, Version 0.997, Wed Sep 27 15:27:56 GMT 2017 | ||
Parts copyright (c) 2011, 2012 All Rights Reserved, Egan Ford ([email protected]) | ||
Parts copyright (c) 2011-2017 All Rights Reserved, Egan Ford ([email protected]) | ||
THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY | ||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE | ||
|
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,8 +1,8 @@ | ||
/* | ||
c2t, Code to Tape|Text, Version 0.995, Tue May 22 22:11:12 GMT 2012 | ||
c2t, Code to Tape|Text, Version 0.997, Wed Sep 27 15:27:56 GMT 2017 | ||
Parts copyright (c) 2011, 2012 All Rights Reserved, Egan Ford ([email protected]) | ||
Parts copyright (c) 2011-2017 All Rights Reserved, Egan Ford ([email protected]) | ||
THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY | ||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE | ||
|
@@ -86,7 +86,7 @@ Thinking about: | |
|
||
#define ABS(x) (((x) < 0) ? -(x) : (x)) | ||
|
||
#define VERSION "Version 0.996" | ||
#define VERSION "Version 0.997" | ||
#define OUTFILE argv[argc-1] | ||
#define BINARY 0 | ||
#define MONITOR 1 | ||
|