stupid bug
authorBernard Blackham <[email protected]>
Mon, 11 Aug 2003 16:51:52 +0000 (16:51 +0000)
committerBernard Blackham <[email protected]>
Mon, 11 Aug 2003 16:51:52 +0000 (16:51 +0000)
ROM2/coinmech.c

index a6c0e51..e24fe62 100644 (file)
@@ -72,7 +72,7 @@ void sci_interrupt() {
                return;
        }
 
-       if (packet_pos != 0 || IS_CTRL(in&0x10)) {
+       if (packet_pos != 0 || IS_CTRL(in)) {
                in &= 0x0f;
                switch (in) {
                        case 0x01: 

UCC git Repository :: git.ucc.asn.au