initial commit

This commit is contained in:
R-type
2015-12-14 14:00:35 +01:00
commit 5a96c0ca66
377 changed files with 149124 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef VOTRAXSND_H_
#define VOTRAXSND_H_
#include "atari.h"
#include "votrax.h"
void VOTRAXSND_PutByte(UBYTE byte);
void VOTRAXSND_Init(int playback_freq, int n_pokeys, int b16);
void VOTRAXSND_Frame(void);
void VOTRAXSND_Process(void *sndbuffer, int sndn);
extern int VOTRAXSND_busy;
void VOTRAXSND_Reinit(void);
void VOTRAXSND_ModifyRatio(double factor);
#endif /* VOTRAXSND_H_ */