--- pong_or_font.c 2003-12-05 02:27:28.000000000 +0100 +++ pong_or_font_2.c 2006-05-31 01:23:17.000000000 +0200 @@ -49,6 +49,12 @@ const unsigned char d2[] = {0x47, 0x49, 0x49, 0x49, 0x31}; /* the number 2 */ +#define BV(x) _BV(x) +#define outw(a, b) (a = (b)) +#define outp(a, b) (b = (a)) +#define inp(a) (a) + + /* Draw paddles and ball */ void drawScene() {