mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-18 07:31:25 +00:00
remove dead code, format code
This commit is contained in:
parent
b9c5586b20
commit
2ef08c2fba
@ -73,21 +73,6 @@ __address(18) byte *token_ptr;
|
||||
#define MCU_STROBE_HIGH 128
|
||||
#define MCU_STROBE_LOW 0
|
||||
|
||||
/*
|
||||
void wait_mcu_strobe(byte v) {
|
||||
if(TIMEOUT) return;
|
||||
|
||||
TIMEOUT_CNT = 0;
|
||||
while((v==0 && MCU_STROBE != 0) || (v!=0 && MCU_STROBE == 0)) {
|
||||
TIMEOUT_CNT++;
|
||||
if(TIMEOUT_CNT > TIMEOUT_MAX) {
|
||||
TIMEOUT = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
void wait_mcu_strobe(byte v) {
|
||||
if(TIMEOUT) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user