Lots of changes! Takes us to rom S
[uccvend-snackrom.git] / ROM2 / chime.h
index 88e8b15..bd93ab4 100644 (file)
@@ -10,6 +10,7 @@ extern volatile u8 chime_count;
 
 /* outside world interface */
 extern inline void chime_start() { chime_count = CHIME_TIME; }
+extern inline void chime_for(u8 time) { chime_count = time; }
 
 void chime(); /* RTI interrupt */
 

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