Re: [cc65] c64 kernal 02 vs. 03

From: Thomas Giesel <skoe1directbox.com>
Date: 2009-09-26 01:22:12
\o/ 

found it.

> thats were the different implementations for "calculate screen
> pointers" comes into play .... when they get invalid parameters, they
> produce different wrong results :)

Not exactly:

int main(void)
{
    for (;;)
    {
        cputcxy(39, 5, '*');
    }
}

Crashs after a few loops on a 02 Kernal. (Took me several hours to
strip it down to these few lines). We found the reason and a potential
fix already. More tomorrow - I'm tired now.

Thomas

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Sep 26 01:22:23 2009

This archive was generated by hypermail 2.1.8 : 2009-09-26 01:22:25 CEST