start work on POKEY

to-do:
- add ability to change AUDCTL
- bass shape frequency and waveform mapping
- easy noise???
This commit is contained in:
tildearrow 2022-12-19 19:45:04 -05:00
parent 4ba8c0513e
commit ba674a0329
7 changed files with 452 additions and 2 deletions

View file

@ -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_ */