7cc7fa7a900147583d8680661612d15fe1abefc1
[uccvend-snackrom.git] / ROM2 / chime.h
1 #ifndef _CHIME_H_
2 #define _CHIME_H_
3
4 #include "types.h"
5
6 #define CHIME_TIME 10 /* number of RTI interrupts to have the chimer on */
7
8 extern u8 chime_count;
9
10 void chime();
11 extern inline void chime_start() { chime_count = CHIME_TIME; }
12
13 #endif /* _CHIME_H_ */

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