Re: [cc65] Atari bug report and conio feature request

From: Christian Groessler <chris1groessler.org>
Date: 2004-11-23 22:46:53
Hi,

On Tue, 23 Nov 2004, Fatih Aygün wrote:

> I have discovered following (small) bugs in Atari
> library:
>
> In the file atari.inc the following line:
>
> SIZEF2	= $D00A		;player 2 size
>
> shoud be:
>
> SIZEP2	= $D00A		;player 2 size
>
> And in the file atari.h the following line:
>
> #define CH_VLINE        0x16
>
> should be:
>
> #define CH_VLINE        0x7C
>
> because character 0x16 is "left |" not the "middle |".

Thanks for spotting.
I've fixed it in the development version.

regards,
chris

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Nov 23 22:47:03 2004

This archive was generated by hypermail 2.1.8 : 2004-11-23 22:47:14 CET