Added documentation about the slightly different behavior of cpeekcolor() on the cx16 platform.

This commit is contained in:
Greg King
2021-03-25 08:28:15 -04:00
parent d3cd668585
commit 0f1386ff4c
2 changed files with 40 additions and 31 deletions

View File

@@ -2813,6 +2813,8 @@ location of the cursor in the display screen RAM. That number can be passed to
done to make it obvious that peeking doesn't move the cursor in any way. Your
program must place the cursor where it wants to peek before it calls any of
those functions.
<item>On the cx16 (Commander X16) target, this function returns two values: the
background color, in the high nybble, and the text color, in the low nybble.
</itemize>
<tag/Availability/cc65
<tag/See also/