Add C64 FLI drawing mode

todo : conversions from flat images
This commit is contained in:
Thomas Bernard
2018-12-09 02:21:12 +01:00
parent c9c4891b46
commit f003bd8678
4 changed files with 138 additions and 6 deletions

View File

@@ -1955,6 +1955,16 @@ static const T_Help_table helptable_effects[] =
HELP_TEXT ("Game Boy sprites.")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_BOLD ("C64 Flexible Line Interpretation (FLI)")
HELP_TEXT ("- Layer 1 contains the background colors,")
HELP_TEXT (" one per line.")
HELP_TEXT ("- Layer 2 contains the Color RAM with one")
HELP_TEXT (" color per 4x8 block.")
HELP_TEXT ("- Layer 3 contains the bitmap and Screen RAM")
HELP_TEXT (" Two colors from the Screen RAM can be used")
HELP_TEXT (" per 4x1 block.")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_BOLD ("Amstrad CPC Mode5")
HELP_TEXT ("This mode works on 5 layers pictures with a")
HELP_TEXT ("width multiple of 48.")