Add C64 FLI drawing mode
todo : conversions from flat images
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user