1
0
Fork 0

ALSA Midi Support

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@870
This commit is contained in:
Sjoerd van der Berg 2003-04-06 06:31:54 +00:00
parent d89a9e1fc1
commit 4c13a9d897
3 changed files with 185 additions and 1 deletions

View file

@ -86,6 +86,12 @@ MidiHandler Midi_none;
#endif
#if defined (HAVE_ALSA)
#include "midi_alsa.h"
#endif
static struct {
Bitu status;
Bitu cmd_len;