Hello,
Does anyone know if there is a way to set the palette in 8-bit exclusive mode? I’ve been trying to port an old 8-bit game to Java but I seem to be having trouble with this part. Thanks for any info.
Hello,
Does anyone know if there is a way to set the palette in 8-bit exclusive mode? I’ve been trying to port an old 8-bit game to Java but I seem to be having trouble with this part. Thanks for any info.
Could you please clarify - what do you want to set the palette to? The back-buffer?
My suggestion in any case would be not to use 8-bit display mode. Not only you may get dithering, some sprites (1-bit transparent images) won’t be accelerated.