comparison src/aci2/bmi/mmiIcons.c @ 128:5f3644f0109e

src/aci2/bmi/mmiIcons.c: fix for sans-LSCREEN from tcs211-c139
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 07 Oct 2016 19:49:36 +0000
parents 3c2acfa1a72f
children
comparison
equal deleted inserted replaced
127:dc91f10b3d94 128:5f3644f0109e
362 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 362 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0x84,0x21,0x08,0x42,0x10,0x84,0x21,
363 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, 363 0x84,0x21,0x08,0x42,0x10,0x84,0x21, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
364 }; 364 };
365 365
366 #ifndef LSCREEN 366 #ifndef LSCREEN
367
368 /*
369 * FreeCalypso change: multi_pointer[] was only defined for the
370 * LSCREEN configuration in the original TCS211 source, thus the
371 * sans-LSCREEN config (old C-Sample) would not compile.
372 *
373 * Although I don't know if it's correct or not, I have copied
374 * the definition from the LSCREEN code in order to get the build
375 * to pass. -- Space Falcon
376 */
377 const unsigned char multi_pointer[]={
378 0x08,0x0C,0xFE,0xFF,0xFE,0x0C,0x08,0x00,
379 };
367 380
368 const unsigned char game_cursor[]={ 381 const unsigned char game_cursor[]={
369 0x00,0xFC,0xFC,0x78,0x78,0x30, 382 0x00,0xFC,0xFC,0x78,0x78,0x30,
370 }; 383 };
371 const unsigned char black_stone_bw[]={ 384 const unsigned char black_stone_bw[]={