Re: [cc65] C64 screen display codes with cc65?

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-11-16 13:07:08


On Sat, Nov 15, 2003 at 04:53:25PM -0500, Wurttemberg, Raj wrote:
> >     const char petscii_string[] = { 0x97, 0x23, 0x56, 0x00 };
>
> Could you post an example of this please? Sorry, I'm new to cc65 and have
> never used the above method to output a string.

There's nothing special about this method. Just defined the string as descibed
in my last mail and the use it like any other string:

        cprintf (petscii_string);

> OT: Could you add my ISP's mail server (mxsf01.cluster1.charter.net) to your
> SMTP white list? It does resolve properly in reverse DNS for charter.net.

The host resolves ok:

------------------------------------------------------------------------------
uz_at_hobbes:/disk2/home/uz$ host mxsf01.cluster1.charter.net
mxsf01.cluster1.charter.net has address 209.225.28.201
uz_at_hobbes:/disk2/home/uz$ host 209.225.28.201
201.28.225.209.in-addr.arpa domain name pointer mxsf01.cluster1.charter.net.
------------------------------------------------------------------------------

If you have any problems, they're definitely not DNS related. If you're sure
they're caused by my server, please contact me in private mail. Be sure to
send me a full description, and any error messages you got.

BTW: charter.net (like all big US ISPs) is hosting spammers that use the
cable/dialup ranges. You should think about using another ISP.

Regards


        Uz

-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de



---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-11-16 13:11:27 CET