start work on POKEY
to-do: - add ability to change AUDCTL - bass shape frequency and waveform mapping - easy noise???
This commit is contained in:
parent
4ba8c0513e
commit
ba674a0329
7 changed files with 452 additions and 2 deletions
|
|
@ -153,6 +153,8 @@ void mzpokeysnd_process_8(PokeyState* ps, void* sndbuffer, int sndn);
|
|||
void mzpokeysnd_process_16(PokeyState* ps, void* sndbuffer, int sndn);
|
||||
void Update_pokey_sound_mz(PokeyState* ps, unsigned short addr, unsigned char val, unsigned char gain);
|
||||
|
||||
void ResetPokeyState(PokeyState* ps);
|
||||
|
||||
int MZPOKEYSND_Init(PokeyState* ps);
|
||||
|
||||
#endif /* MZPOKEYSND_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue