10 lines
135 B
C
Raw Normal View History

2024-03-26 14:43:02 +01:00
#ifndef _PSG_H_
#define _PSG_H_
void psgInit();
void psgPlayTone(uint8_t channel, t_octave octave, t_note note);
#endif // _PSG_H_