Live Chat Users

  • No one
October 2010
S M T W T F S
« Sep   Nov »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Archives

Newest Files

  • Jeweled! on virtual disk (157.5 KiB, 66 hits)
    You do not have permission to download this file.
  • Jeweled! (119.7 KiB, 0 hits)
    You do not have permission to download this file.
  • CCASM 5.4 6809/6309/CoCo Cross Assembler for Windows (790.5 KiB, 1,668 hits)
  • 6551 ACIA Registers (2.8 MiB, 49 hits)
    You do not have permission to download this file.
  • EB301 Bluetooth Module Orientation Diagram (47.5 KiB, 40 hits)
    You do not have permission to download this file.
10/26/10: Width 64? by sc, | Category: General, Programming | 1 comment - (Comments are closed)

Width 64?

I was reading the coco entry on wikipedia just for fun, and I noticed it mentions upper and lower case at 32, 40, 64, and 80 columns.

64? Are there some peeks&pokes I’m unaware of that could shift basic into a 64 column mode? Just curious…

This post was submitted by sc.

1 comment to Width 64?

  • Robert Gault

    That is certainly an error regards the ROM. The Coco3 does not support 64 column text.
    You can possibly set the GIME for 64 characters in alpha mode but there is no code or text character images that could be used with this format.

    You can try POKE-ing $FF98 and changing part of the ROM so that alternate values for text will be used. A very brief test gave a garbage screen with a checkerboard pattern.