let's try out mzpokeysnd

to-do:
- de-Atari800ize the core
- remove resampling funcs
- make Update* public
-
-
- DivPlatformPOKEY already!
This commit is contained in:
tildearrow 2022-12-18 20:01:29 -05:00
parent 8309ce8df8
commit c4be8c9f5d
2 changed files with 2312 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
#ifndef MZPOKEYSND_H_
#define MZPOKEYSND_H_
int MZPOKEYSND_Init(size_t freq17,
int playback_freq,
int flags,
int quality
, int clear_regs
);
#endif /* MZPOKEYSND_H_ */