freemint / fvdi

fVDI fork with additional fixes and drivers.
https://fvdi.sourceforge.io
7 stars 6 forks source link

FVDI - vq_extnd CLUT flag issue #51

Open Atari260STE opened 8 months ago

Atari260STE commented 8 months ago

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): _"workout[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