Diff for /np2/sdl/sysmenu.str between versions 1.3 and 1.4

version 1.3, 2003/12/26 23:30:26 version 1.4, 2004/01/05 07:48:22
Line 62  static const char str_pc9801118[] = "PC- Line 62  static const char str_pc9801118[] = "PC-
 static const char str_spreakboard[] = "Speak board";  static const char str_spreakboard[] = "Speak board";
 static const char str_sparkboard[] = "Spark board";  static const char str_sparkboard[] = "Spark board";
 static const char str_amd98[] = "AMD-98";  static const char str_amd98[] = "AMD-98";
   static const char str_jastsnd[] = "JAST SOUND";
 static const char str_seeksound[] = "Seek Sound";  static const char str_seeksound[] = "Seek Sound";
   
 static const char str_memory[] = "Memory";  static const char str_memory[] = "Memory";
Line 175  static const MSYSITEM s_snd[] = { Line 176  static const MSYSITEM s_snd[] = {
                 {str_spreakboard,       NULL,           MID_SPEAKBOARD,         0},                  {str_spreakboard,       NULL,           MID_SPEAKBOARD,         0},
                 {str_sparkboard,        NULL,           MID_SPARKBOARD,         0},                  {str_sparkboard,        NULL,           MID_SPARKBOARD,         0},
                 {str_amd98,                     NULL,           MID_AMD98,                      0},                  {str_amd98,                     NULL,           MID_AMD98,                      0},
                   {str_jastsnd,           NULL,           MID_JASTSND,            0},
                 {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR},                  {NULL,                          NULL,           MID_STATIC,                     MENU_SEPARATOR},
                 {str_seeksound,         NULL,           MID_SEEKSND,            MENU_DELETED}};                  {str_seeksound,         NULL,           MID_SEEKSND,            MENU_DELETED}};
   

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>