#define YRES 480
#define MAX_ITER 66
#define MAXNUM 0x8000
+
+/* be sure to change the number of bits in the multiplier when doing this
+ * bits > 14 need extension of num_t to unsigned int */
#define BITS 14
#define BAIL (1 << (BITS + 1))
#define BAIL_A (1 << BITS)