Diff for /np2/generic/softkbd2.res between versions 1.4 and 1.5

version 1.4, 2004/03/31 11:59:17 version 1.5, 2004/03/31 19:23:37
Line 226  static const KEYTBL keytbl = { Line 226  static const KEYTBL keytbl = {
                 // fullkey 4                  // fullkey 4
                    {{15, 13, 0x00, 0x00, 0x01, 0x0e},                     {{15, 13, 0x00, 0x00, 0x01, 0x0e},
                         {21, 12, 0x0f, 0x0f, 0x10, 0x1c},                          {21, 12, 0x0f, 0x0f, 0x10, 0x1c},
                         {24, 12, 0x74, 0x81, 0x1d, 0x1c},                          {24, 12, 0x74, 0xf1, 0x1d, 0x1c},
                         {30, 11, 0x70, 0x70, 0x29, 0x70}},                          {30, 11, 0x70, 0x70, 0x29, 0x70}},
   
                 // 220                  // 220
Line 300  const FULLKEY *fk; Line 300  const FULLKEY *fk;
                         }                          }
                         x -= 12;                          x -= 12;
                         if (x < 0) {                          if (x < 0) {
                                 return(0x82);                                  return(0xf2);
                         }                          }
                         x -= 12;                          x -= 12;
                         if (x < 0) {                          if (x < 0) {

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


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