summaryrefslogtreecommitdiff
path: root/plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h')
-rw-r--r--plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h b/plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h
new file mode 100644
index 00000000..89c9242c
--- /dev/null
+++ b/plugins/gme/game-music-emu-0.6pre/gme/s_deltat.h
@@ -0,0 +1,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__ */
+