SERIAL
enum consoleSelect { VIDEO, SERIAL };
#define SERIAL(pin) (1 << ((pin) + 16)) /* serial mux bit */
SERIAL = 1,