Diff for /np2/generic/softkbd.res between versions 1.6 and 1.7

version 1.6, 2004/03/28 10:50:16 version 1.7, 2004/03/31 11:59:17
Line 261  static const KEYTBL keytbl = { Line 261  static const KEYTBL keytbl = {
                 // fullkey 4                  // fullkey 4
                    {{17, 13, 0x00, 0x00, 0x01, 0x0e},                     {{17, 13, 0x00, 0x00, 0x01, 0x0e},
                         {24, 12, 0x0f, 0x0f, 0x10, 0x1c},                          {24, 12, 0x0f, 0x0f, 0x10, 0x1c},
                         {28, 12, 0x74, 0x71, 0x1d, 0x1c},                          {28, 12, 0x74, 0x81, 0x1d, 0x1c},
                         {34, 11, 0x70, 0x70, 0x29, 0x70}},                          {34, 11, 0x70, 0x70, 0x29, 0x70}},
   
                 // 220                  // 220
Line 335  const FULLKEY *fk; Line 335  const FULLKEY *fk;
                         }                          }
                         x -= 14;                          x -= 14;
                         if (x < 0) {                          if (x < 0) {
                                 return(0x72);                                  return(0x82);
                         }                          }
                         x -= 14;                          x -= 14;
                         if (x < 0) {                          if (x < 0) {

Removed from v.1.6  
changed lines
  Added in v.1.7


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