psg and notes

This commit is contained in:
2024-03-26 14:43:02 +01:00
parent e5c6669284
commit bd11d12620
6 changed files with 214 additions and 175 deletions

9
sound-driver/psg.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _PSG_H_
#define _PSG_H_
void psgInit();
void psgPlayTone(uint8_t channel, t_octave octave, t_note note);
#endif // _PSG_H_