1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-13 15:27:31 +00:00

version 1.1

This commit is contained in:
¨Rene Richarz 2019-04-12 06:34:10 +02:00
parent 41b4922cfe
commit 7bcfe85020
3 changed files with 11 additions and 7 deletions

BIN
tek4010

Binary file not shown.

View File

@ -203,7 +203,7 @@ void tek4010_init(int argc, char* argv[])
char *argv2[20];
size_t bufsize = 127;
int firstArg = 1;
printf("tek4010 version 1.0.3\n");
printf("tek4010 version 1.1\n");
windowName = "Tektronix 4010/4014 emulator";
if ((argc<2) || (argc>19)) {
printf("Error:number of arguments\n");
@ -237,10 +237,10 @@ void tek4010_init(int argc, char* argv[])
argTab1 = 1;
else if (strcmp(argv[firstArg],"-full") == 0)
argFull = 1;
else if (strcmp(argv[firstArg],"-ARDS") == 0) {
argARDS = 1;
windowName = "ARDS emulator";
}
// else if (strcmp(argv[firstArg],"-ARDS") == 0) {
// argARDS = 1;
// windowName = "ARDS emulator";
// }
else {
printf("tek4010: unknown argument %s\n", argv[firstArg]);
exit(1);
@ -249,7 +249,7 @@ void tek4010_init(int argc, char* argv[])
}
// A child process for rsh is forked ans communication
// A child process for rsh is forked and communication
// between parent and child are established
// expand argv[firstArg] to full path and check, whether it exists

View File

@ -1,3 +1,7 @@
Version 1.1 April 12, 2019
==========================
Phase: Fist offical release
Version 1.0.3 April 11, 2019
============================
Phase: beta test
@ -31,4 +35,4 @@ New features:
- Added version number on console
- Added versions.txt
Bug fixes:
- fixed demo.sh to display dodekagon.plt instead of captured_data
- fixed demo.sh to display dodekagon.plt instead of captured_data