Hi Team,
according to documentation https://toshyp.atari.org/en/Inquire_functions.html#vq_extnd CLUT flag should be "0" for mono mode and "1" for 2 and more bitplanes (also 15/16/32bpp):
"work_out[5] CLUT flag (0 = no CLUT, 1 = CLUT or pseudo-CLUT (TrueColor) exists)"
I've checked the latest Freemint release and I see that FVDI set "0" for 8 and 32bit mode. In the source code for Aranym/Firebee/Radeon/SAGA/UAE driver I see following code:
https://github.com/freemint/fvdi/blob/master/fvdi/drivers/aranym/spec.c
https://github.com/freemint/fvdi/blob/master/fvdi/drivers/radeon/radeon_spec.c
" wk->screen.look_up_table = 0; /* Was 1 (???) Shouldn't be needed (graphics_mode) */"
Could you please check that?
Thanks
Regards
Hi Team,
according to documentation https://toshyp.atari.org/en/Inquire_functions.html#vq_extnd CLUT flag should be "0" for mono mode and "1" for 2 and more bitplanes (also 15/16/32bpp):
"work_out[5] CLUT flag (0 = no CLUT, 1 = CLUT or pseudo-CLUT (TrueColor) exists)"
I've checked the latest Freemint release and I see that FVDI set "0" for 8 and 32bit mode. In the source code for Aranym/Firebee/Radeon/SAGA/UAE driver I see following code:
https://github.com/freemint/fvdi/blob/master/fvdi/drivers/aranym/spec.c
https://github.com/freemint/fvdi/blob/master/fvdi/drivers/radeon/radeon_spec.c
" wk->screen.look_up_table = 0; /* Was 1 (???) Shouldn't be needed (graphics_mode) */"
Could you please check that?
Thanks
Regards