To rom Q - COMPLETELY WORKS!
authorBernard Blackham <[email protected]>
Tue, 22 Jun 2004 06:06:16 +0000 (06:06 +0000)
committerBernard Blackham <[email protected]>
Tue, 22 Jun 2004 06:06:16 +0000 (06:06 +0000)
ROM2/main_basic.c
ROM2/sci.c

index 888932e..44e0944 100644 (file)
@@ -156,10 +156,10 @@ int main() {
        
        display_init();
        set_msg(" HELLO    ");
+       delay(1000);
 
        unlock(); /* enable interrupts */
 
-       delay(1000);
        set_msg("  CRUEL   ");
 
        //comm_init();
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