PCM sound, refactored code940

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@27 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-02-04 17:15:31 +00:00
parent 7573607016
commit 4f265db776
28 changed files with 914 additions and 312 deletions

View file

@ -11,8 +11,9 @@
extern "C" {
#endif
int sound_timers_and_dac(int raster);
int sound_render(int offset, int length);
void sound_timers_and_dac(int raster);
int sound_render(int offset, int length);
void sound_clear(void);
//int YM2612PicoTick(int n);