From 80aa7e0bcb4d65dd8ed12b1d6c1ff5ad18007a6e Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Sat, 23 Feb 2019 18:48:38 +0100 Subject: support the Opal emulator --- include/adlmidi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/adlmidi.h') 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 }; -- cgit v1.2.3