From c8c53827e3906229c126add8fd3424bf2fe2f429 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 2 Jan 2020 02:07:03 +0100 Subject: [PATCH] helpfile.h: about .PRG for C64 --- src/helpfile.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/helpfile.h b/src/helpfile.h index 3e558ae3..ed932315 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -2358,6 +2358,10 @@ static const T_Help_table helptable_save[] = HELP_TEXT (" 1 background color common to the line,") HELP_TEXT (" 1 color common for the 4x8 block and") HELP_TEXT (" 2 specific colors.") + HELP_TEXT ("PRG files can be executed on the C64 with :") + HELP_TEXT (" LOAD\"FILE.PRG\",8,1") + HELP_TEXT (" RUN") + HELP_TEXT ("Only hi-res and multicolor are supported.") HELP_TEXT ("") HELP_TEXT ("") HELP_TITLE("AMSTRAD CPC FORMATS")