summaryrefslogtreecommitdiff
path: root/plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h
blob: 89c9242c8d2afc0422cec1af7977cbf9bd5dd91e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef S_DELTAT_H__
#define S_DELTAT_H__

#include "kmsnddev.h"

#ifdef __cplusplus
extern "C" {
#endif

enum {
	/* MSX-AUDIO   */ YMDELTATPCM_TYPE_Y8950,
	/* OPNA ADPCM  */ YMDELTATPCM_TYPE_YM2608,
	/* OPNB ADPCMB */ YMDELTATPCM_TYPE_YM2610
};

KMIF_SOUND_DEVICE *YMDELTATPCMSoundAlloc(Uint32 ymdeltatpcm_type);

#ifdef __cplusplus
}
#endif

#endif /* S_DELTAT_H__ */