fixed bug with instruction decoding in dcpu, fixed bugs in display
[dcpu16] / hw_clock.h
1 #ifndef CLOCK_H_P5G2G9FA
2 #define CLOCK_H_P5G2G9FA
3
4 struct dcpu16_hw *clock_new(struct dcpu16 *);
5 void clock_del(struct dcpu16_hw **);
6
7 #endif /* CLOCK_H_P5G2G9FA */