From 60d2025d4bb56d89b937bfa9c45562060a208162 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 16 Aug 2013 01:41:51 -0700 Subject: [PATCH] Text tweaks --- reference.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference.htm b/reference.htm index c251f7e..7ea7b15 100644 --- a/reference.htm +++ b/reference.htm @@ -581,8 +581,8 @@ function which implements the logic for walking over the array.

When printing characters, CHR$() values greater than 255 generate glyphs that might be useful for implementing certain maze games. (An earlier version of this page allowed arbitrary Unicode characters to be displayed, but the text is now displayed using bitmaps so that is not possible.)

  • HSCRN(x,y) is added to allow reading the - hires screen. On a real Apple this required a machine-language routine (or a shape table and XDRAW) and - extensive knowledge of the Apple's color generation scheme. + hires screen. On a real Apple II this required a machine-language routine (or a shape table and XDRAW) and + extensive knowledge of the Apple II's color generation scheme.