To romO
[uccvend-snackrom.git] / ROM2 / coinmech.c
index d3b0992..124c835 100644 (file)
@@ -51,7 +51,7 @@ void send_byte(u8 c) {
 }
 
 #define IS_CTRL(x) (x & 0x10) /* true if this packet is a control packet */
-void sci_interrupt() {
+void sci_interrupt_coinmech() {
        u8 in;
        in = _io_ports[M6811_SCDR];
        

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