--- np2/lio/lio.res 2004/06/04 16:11:03 1.1 +++ np2/lio/lio.res 2005/02/07 14:46:12 1.3 @@ -1,9 +1,10 @@ -static const unsigned char liorom[] = { + +static const UINT8 liorom[] = { 0x11,0x00,0x00,0x00,0xa0,0x00,0x50,0x00,0xa1,0x00,0x54,0x00, 0xa2,0x00,0x58,0x00,0xa3,0x00,0x5c,0x00,0xa4,0x00,0x60,0x00, 0xa5,0x00,0x64,0x00,0xa6,0x00,0x68,0x00,0xa7,0x00,0x6c,0x00, 0xa8,0x00,0x70,0x00,0xa9,0x00,0x74,0x00,0xaa,0x00,0x78,0x00, - 0xab,0x00,0x7c,0x00,0xac,0x00,0x80,0x00,0xad,0x00,0x84,0x00, + 0xab,0x00,0x7c,0x00,0xac,0x00,0x80,0x00,0xad,0x00,0xc0,0x04, 0xae,0x00,0x88,0x00,0xaf,0x00,0x8c,0x00,0xce,0x00,0x90,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x90,0xfb,0xeb,0x40, 0x90,0xfb,0xeb,0x3c,0x90,0xfb,0xeb,0x38,0x90,0xfb,0xeb,0x34, @@ -100,5 +101,6 @@ static const unsigned char liorom[] = { 0x34,0x34,0x24,0x24,0x24,0x46,0x44,0x00,0x28,0x28,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x10,0x28,0x28,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xe9,0xc1,0xfb, }; +