User Tools

Site Tools


base:fli
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


base:fli [2015-04-17 04:31] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== FLI ======
 +
 +FLI is short for Flexible Line Interpretation. What it does it bringing more colors to your bitmap pictures by re-reading color info each pixel-line instead of each char-line (every 8 pixels). This is possible by repeatedly writing to $d011 to re-trigger color fetch (probably called something else in technical terms). This method causes a bug on the left side of the screen, the typical "FLI-bug", where the color info is set to $ff, which is translated to bright gray by VIC. Thus when painting on the FLI-bug, the color usage is very restricted, and the very few ones who manage to have colorful graphics there are considered having wizard skills ;).
 +
 +FLI originally implies multicolor mode, since the usage was gaining as many colors as possible. In this mode the resolution is 160x200 multicolor-pixels, where the leftmost 12 pixels have the well-known FLI-bug.
  
base/fli.txt · Last modified: 2015-04-17 04:31 by 127.0.0.1