This commit is contained in:
2024-06-03 15:31:06 +02:00
parent 72b36d5a08
commit 9cf2ca6453
3 changed files with 75 additions and 3 deletions

2
psg.h
View File

@ -41,6 +41,6 @@ void psgInit();
void psgPlayTone(uint8_t chip, uint8_t channel, uint8_t volume, t_octave octave, t_note note);
void psgAmplitude(uint8_t chip, uint8_t channel, uint8_t volume);
void psgPlayFrequency(uint8_t chip, uint8_t channel, uint8_t volume, uint16_t frequency);
#endif // _PSG_H_