Diff for /xmil/embed/menubase/menures.c between versions 1.1 and 1.2

version 1.1, 2004/08/19 09:56:44 version 1.2, 2005/02/13 22:27:53
Line 98  const MENURES2 menures_close = {8, 8, cl Line 98  const MENURES2 menures_close = {8, 8, cl
   
 // ---- sys  // ---- sys
   
 static const UINT8 scheck[7] = {                        // 8x12  static const UINT8 scheck[7] = {                // 8x12
                 0x5a,0x41,0x11,0x42,0x63,0xa1,0x04};                  0x5a,0x41,0x11,0x42,0x63,0xa1,0x04};
   
 static const UINT8 snext[7] = {                 // 8x12  static const UINT8 snext[7] = {                 // 8x12
Line 109  const MENURES2 menures_sys[2] = {{8, 12, Line 109  const MENURES2 menures_sys[2] = {{8, 12,
   
 // ---- radio  // ---- radio
   
 static const UINT8 radio[40] = {                        // 11x11  static const UINT8 radio[40] = {                // 11x11
                 0x08,0x47,0x0a,0x44,0x57,0x44,0x07,0x54,0x75,0x51,0x25,0x00,0x54,                  0x08,0x47,0x0a,0x44,0x57,0x44,0x07,0x54,0x75,0x51,0x25,0x00,0x54,
                 0x19,0x23,0x40,0xb5,0x31,0x42,0xb5,0x31,0x42,0xb5,0x31,0x02,0x54,                  0x19,0x23,0x40,0xb5,0x31,0x42,0xb5,0x31,0x42,0xb5,0x31,0x02,0x54,
                 0x19,0x23,0x00,0x34,0x73,0x31,0x23,0x07,0x22,0x37,0x22,0x0a,0x27,                  0x19,0x23,0x00,0x34,0x73,0x31,0x23,0x07,0x22,0x37,0x22,0x0a,0x27,

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


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