Subversion Repositories group.electronics

Rev

Rev 135 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 135 Rev 136
Line 113... Line 113...
113
    		disVal[0] = input.outer & 0x0f;
113
    		disVal[0] = input.outer & 0x0f;
114
    		disVal[1] = input.outer >> 4;
114
    		disVal[1] = input.outer >> 4;
115
    	}
115
    	}
116
 
116
 
117
		if (pcInt.current != pcInt.last) {
117
		if (pcInt.current != pcInt.last) {
118
			cei(); 		// Dont process interrupts for a bit
118
			cli(); 		// Dont process interrupts for a bit
119
			pcInterrupt();
119
			pcInterrupt();
120
			sei();
120
			sei();
121
		}
121
		}
122
 
122
 
123
		if (systime > refresh) {
123
		if (systime > refresh) {