To rom Q - COMPLETELY WORKS!
[uccvend-snackrom.git] / ROM2 / sci.c
index 739d706..668e865 100644 (file)
@@ -1,5 +1,4 @@
 #include "vend.h"
-#include "chime.h"
 #include "sci.h"
 
 char sci_tx_buf[BUFFER_LEN];
@@ -56,8 +55,6 @@ void sci_rx_int() {
 }
 
 void sci_interrupt_serial() {
-       chime_start();
-
        if (_io_ports[M6811_SCSR] & M6811_RDRF) sci_rx_int();
 
        if (_io_ports[M6811_SCSR] & M6811_OR)

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