Hi! 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 |". ---- As the second part of the mail, in the conio library, is there a way to determine the character that is currently displayed on a given position, and possibly its attributes (color, inverse etc.). If there isn't such a function, wouldn't be a nice addition to the library? Please note that I don't know if it's possible on all platforms... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- 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 14:04:49 2004
This archive was generated by hypermail 2.1.8 : 2004-11-23 14:04:58 CET