mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 06:39:36 +02:00
17 lines
371 B
C
17 lines
371 B
C
#ifndef MZPOKEYSND_H_
|
|
#define MZPOKEYSND_H_
|
|
|
|
#include "atari.h"
|
|
|
|
int MZPOKEYSND_Init(ULONG freq17,
|
|
int playback_freq,
|
|
UBYTE num_pokeys,
|
|
int flags,
|
|
int quality
|
|
#ifdef __PLUS
|
|
, int clear_regs
|
|
#endif
|
|
);
|
|
|
|
#endif /* MZPOKEYSND_H_ */
|