diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2019-02-23 18:48:38 +0100 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2019-02-23 18:48:38 +0100 |
commit | 80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e (patch) | |
tree | 7f0db4a00ae254318ac6c7579974a17c13557fd6 /include | |
parent | 9e01b5b7c1591ac0424dd708ca009a5d4fee1de4 (diff) | |
download | libADLMIDI-80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e.tar.gz libADLMIDI-80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e.tar.bz2 libADLMIDI-80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e.zip |
support the Opal emulator
Diffstat (limited to 'include')
-rw-r--r-- | include/adlmidi.h | 2 |
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 }; |