Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
missing colour 9 - bug or feature lack
#2
INK 9 is not implemented. Basically, INK 9 = INK 1.
INK 8 is implemented, on the other hand.
The same applies for paper.

ZX BASIC uses its own print routine, which is faster than the one in the ROM.
It allows ITALIC and BOLD, and OVER 2 and OVER 3.
Try:
Code:
PRINT BOLD 1; "Hello World"
PRINT ITALIC 1; "Hello World";
PRINT BOLD 1; ITALIC 1; "Hello World";
I will study whether to include INK/PAPER 9 and how, anyway.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)