From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2003-10-01 14:02:36
Any chance that you could add #define COLOR_PURPLE as well as COLOR_VIOLET in c64.h? :P I also find myself #including "peekpoke.h" in nearly every application I write: #define Poke(A,X) (*(unsigned char *)A) = (X) #define Peek(A) (*(unsigned char *)A) #define PokeW(A,X) (*(unsigned *)A) = (X) #define PeekW(A) (*(unsigned *)A) I know it's not the C way of doing it, but I find it handy... -- Wildstar delenda est ___ . . . . . + . . o _|___|_ + . + . + . Per Olofsson, arkadspelare o-o . . . o + MagerValp_at_cling.gu.se - + + . http://www.cling.gu.se/~cl3polof/ ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-10-01 14:08:00 CEST