aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2019-02-23 18:48:38 +0100
committerJP Cimalando <jpcima@users.noreply.github.com>2019-02-23 18:48:38 +0100
commit80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e (patch)
tree7f0db4a00ae254318ac6c7579974a17c13557fd6 /include
parent9e01b5b7c1591ac0424dd708ca009a5d4fee1de4 (diff)
downloadlibADLMIDI-80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e.tar.gz
libADLMIDI-80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e.tar.bz2
libADLMIDI-80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e.zip
support the Opal emulator
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index db9d9cc..2a84565 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -623,6 +623,8 @@ enum ADL_Emulator
ADLMIDI_EMU_NUKED_174,
/*! DosBox */
ADLMIDI_EMU_DOSBOX,
+ /*! Opal */
+ ADLMIDI_EMU_OPAL,
/*! Count instrument on the level */
ADLMIDI_EMU_end
};