Added missing port 0x61 to Olivetti M24 - PC speaker now works on that machine. Some code tidying.
4 lines
105 B
C
4 lines
105 B
C
extern double PITCONST;
|
|
void pit_init();
|
|
void pit_reset();
|
|
void pit_set_gate(int channel, int gate);
|