Hi! On Sat, Sep 18, 2004 at 08:54:44AM +0200, Thomas Linke wrote: > ----8<---- > You control the font with $d018. cc65 changes it to $17, and you can change > it back to $15 with: > > *(unsigned char *)0xd018 = 0x15; > > or the slightly more readable: [...] Even better: #incude <peekpoke.h> POKE (0xD018, 0x15); Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- 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 18 10:42:59 2004
This archive was generated by hypermail 2.1.8 : 2004-09-18 10:43:08 CEST