Le 29/01/2014 16:13, Miro Kropáček a écrit :
xaaes/src.km/k_init.c:695 <http://src.km/k_init.c:695>:
/* Ronald Andersson:
* This should be the method for falcon!
*/
nvmode = vcheckmode(cfg.videomode);
if ((nvmode & (1 << 4)) && /*
VGA_FALCON */
(nvmode & 7) == 4) /* is
16bit */
{
nvmode &= ~(1 << 3);
/* Set 320 pixels */
}
I wonder if this code could explain that some people have trouble with the monitor when running XaAES >= 1.18 over FireTOS/FireBee...
-- Vincent Rivière