pcem/src/pit.h
TomW 36cdd540b2 PIT timers can now be restarted using GATE input - CPU speed detection on SiS496/497 now works.
Added missing port 0x61 to Olivetti M24 - PC speaker now works on that machine.
Some code tidying.
2013-11-08 22:32:34 +00:00

4 lines
105 B
C

extern double PITCONST;
void pit_init();
void pit_reset();
void pit_set_gate(int channel, int gate);