From 7d941a2bee34b35211b88803cadfdf9bcc55c665 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 4 Dec 2018 23:01:21 +0100 Subject: [PATCH] online doc for Apple II HGR drawing mode --- src/helpfile.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/helpfile.h b/src/helpfile.h index aea7154e..42b2e434 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -1989,6 +1989,19 @@ static const T_Help_table helptable_effects[] = HELP_TEXT ("lines but with twice as much possible colors") HELP_TEXT ("") HELP_TEXT ("") + HELP_BOLD ("Apple II HGR") + HELP_TEXT ("This mode is basically a monochrome 280x192") + HELP_TEXT ("mode which can be outputed as 6 colors. The") + HELP_TEXT ("colors are formed by 0101 pixel patterns.") + HELP_TEXT ("Layer 1 is the monochrome picture.") + HELP_TEXT ("Layer 2 is its color view, emulating output") + HELP_TEXT (" of a \"Le Chat Mauve\" Apple //c RGB adapter") + HELP_TEXT ("When drawing in Layer 2, a pixel pair is") + HELP_TEXT ("modified at once.") + HELP_TEXT ("The purple/green or blue/orange palette is") + HELP_TEXT ("selected for a 7x1 pixel block.") + HELP_TEXT ("") + HELP_TEXT ("") }; static const T_Help_table helptable_text[] = {