RE: [cc65] Atari Colors and Cursor for Fields Library

From: Shawn Jefferson <sjefferson1shaw.ca>
Date: 2010-08-15 01:04:04
Hi,

 

The Atari 8-bit does not support multi-color text.  The text screen is a
single color, and text is a different luminance of that color.  Also, the
cursor does not blink.  You may be able to simulate blinking by turning the
cursor on and off on a set interval though.

 

By a border, do you mean using the graphics characters?  You can use the
defines in Atari.h to print the borders with cputc.

 

  _____  

From: owner-cc65@musoftware.de [mailto:owner-cc65@musoftware.de] On Behalf
Of Maspethrose7@aol.com
Sent: Saturday, August 14, 2010 3:55 PM
To: cc65@musoftware.de
Subject: [cc65] Atari Colors and Cursor for Fields Library

 

I am working on a new version of Fields.  Right now, I'm adding Atari
support and am having two problems: 1. text is always black, and 2. I can't
figure out the cursor's behavior.  I want multi-color text and a blinking
cursor if text/# fields.  Also, how do I define a border for the menus using
conio?  

-------------------
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community...or at least striving to! :(




----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Aug 15 01:04:07 2010

This archive was generated by hypermail 2.1.8 : 2010-08-15 01:04:10 CEST