]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Add datestamp
authorToni Wilen <twilen@winuae.net>
Sun, 9 Feb 2020 12:19:40 +0000 (14:19 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 9 Feb 2020 12:19:40 +0000 (14:19 +0200)
cputest/main.c

index b36af1769217766f7b6ec5875cbd722eba3d18a6..9c9217f1f22d7c36f4196bd14175b06183e8684d 100644 (file)
@@ -2972,6 +2972,10 @@ int main(int argc, char *argv[])
 
        if (argc < 2) {
                printf("cputest (<group>)/<all/mnemonic> (<start mnemonic>) (other params)\n");
+#ifdef M68K
+               printf("Designed and programmed by Toni Wilen. ("REVDATE " " REVTIME")");
+#endif
+               printf("\n");
                printf("mnemonic = test single mnemonic\n");
                printf("all = test all\n");
                printf("all <mnemonic> = test all, starting from <mnemonic>\n");