diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-04-11 00:04:11 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-04-11 00:04:11 +0300 |
commit | f9a946905207e8b5e51937513d804e80d1a55c92 (patch) | |
tree | 622873b30bb740c3061d651688653533f20e028f /include/adlmidi.h | |
parent | cd09e3835c59ffdaeec9666d0ee0cddea98772bf (diff) | |
download | libADLMIDI-f9a946905207e8b5e51937513d804e80d1a55c92.tar.gz libADLMIDI-f9a946905207e8b5e51937513d804e80d1a55c92.tar.bz2 libADLMIDI-f9a946905207e8b5e51937513d804e80d1a55c92.zip |
Put Nuked OPL3 1.8 be default and fix the DJGPP build
Diffstat (limited to 'include/adlmidi.h')
-rw-r--r-- | include/adlmidi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 4dbd476..6786f4a 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -135,7 +135,7 @@ extern const char *adl_chipEmulatorName(struct ADL_MIDIPlayer *device); enum ADL_Emulator { ADLMIDI_EMU_NUKED = 0, - ADLMIDI_EMU_NUKED_8, + ADLMIDI_EMU_NUKED_174, ADLMIDI_EMU_DOSBOX, ADLMIDI_EMU_end }; |