Diff for /np2/bios/keytable.res between versions 1.2 and 1.3

version 1.2, 2003/11/02 17:03:24 version 1.3, 2005/02/07 14:46:07
Line 1 Line 1
   
 static const BYTE keytable[8][0x60] = {  static const UINT8 keytable[8][0x60] = {
         {       //                                                                                              normal          {       //                                                                                              normal
                 //       ESC,  £±,  £²,  £³,  £´,  £µ,  £¶,  £·         ; 00h                  //       ESC,  £±,  £²,  £³,  £´,  £µ,  £¶,  £·         ; 00h
                         0x1b, '1', '2', '3', '4', '5', '6', '7',                          0x1b, '1', '2', '3', '4', '5', '6', '7',

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


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