add credit, add 013 debug timer message on keypress
[uccvend-snackrom.git] / ROM2 / coinmech.h
1 #ifndef _COINMECH_H_
2 #define _COINMECH_H_
3
4 #include "vend.h"
5
6 extern volatile u16 coin_value;
7 extern volatile bool have_change;
8
9 void coin_eat();
10 void coin_cost(u16 cost); /* specify the cost of an item. */
11 void coinmech_init();
12
13 #endif /* _COINMECH_H_ */

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