From 2a6cb77a162b33fdc4f9334a23deb6fe0dd6132c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 1 Jul 2024 17:07:31 -0400 Subject: a8xd: implement -f. --- a8xd.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'a8xd.rst') diff --git a/a8xd.rst b/a8xd.rst index c8730c6..71d3855 100644 --- a/a8xd.rst +++ b/a8xd.rst @@ -43,16 +43,16 @@ OPTIONS -a ANTIC mode: treat the input as screen bytes (aka "internal codes") - rather than ATASCII. Can usefully be combined with **-g**. + rather than ATASCII. Can usefully be combined with **-g** or **-f**. + +-f + Like **-g**, but using the top half of the character set. This is + what you'd see on the Atari with *GRAPHICS 1:POKE 756,226*. -g - Graphics mode. Changes the character codes and colorization so it + Graphics mode. Changes the printed characters and colorization so it looks like *GRAPHICS 1* (or 2) on the Atari. --G - *Not yet implemeted*. Like **-g**, but using the top half of the character set. This is - what you'd see on the Atari with *GRAPHICS 1:POKE 756,226*. - -i Print XL/XE International Character Set conversions instead of ATASCII. -- cgit v1.2.3