On Sunday 25 March 2007 13:17, Andreas Koch wrote: > i'm working on a little game with modified charset. > I noticed CC65 is translating uppercase letters to > inverted uppercase chars (0xC0+) and lowercase > letters to (uninverted) uppercase chars (0x40+). I think you are confusing PETSCII with screen code here. There are no chars in PETSCII for inverted characters but screen codes that display inverted characters. The string constants in CC65 programs are meant to be used in IO operations and as file names, not for "poking" directly into the screen memory area. Ciao, Marc 'BlackJack' Rintsch -- Dijkstra's Law of Programming Inertia: “If you don't know what your program is supposed to do, you'd better not start writing it.” ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.8 : 2007-03-25 13:28:33 CEST