*** ms.c Sun Dec 4 04:46:48 1994 --- ms.c.orig Sun Jun 5 06:45:17 1994 *************** *** 179,190 **** mb = (pot & 4) / 4 + (pot & 1) * 2 + (pra & 1) * 4; mb ^= 0x07; - /* Hack from net to do 3 buttons with 1 & 2 pressed */ - #ifdef EMULATE_3_BUTTONS - if (mb == 5) - mb = 2; - #endif - /* * read current values of counter registers */ --- 179,184 ----