--- MiNT/src/welcome.c 2018/04/24 17:56:53 1.1.1.1 +++ MiNT/src/welcome.c 2018/04/24 17:58:27 1.1.1.3 @@ -1,6 +1,6 @@ /* welcome.c - MiNT welcome message - * Copyright 1992 Atari Corp. All Rights Reserved. + * Copyright 1992,1993,1994 Atari Corp. All Rights Reserved. *======================================================================= @@ -64,7 +64,7 @@ const char *greet2 = "\r\n\ MultiTOS kernel\r\n\ - \xbd 1992,1993 Atari Corporation\r\n\ + \xbd 1992,1993,1994 Atari Corporation\r\n\ All Rights Reserved.\r\n\033p\ @@ -96,8 +96,6 @@ const char *greet2 = "\r\n\ -#define MAXLANG 6 - struct yn_message { @@ -152,10 +150,6 @@ boot_kernel_p() - if (gl_lang >= MAXLANG || gl_lang < 0) - - gl_lang = 0; - msg = &boot_it[gl_lang]; Cconws(msg->message);