1
0
Fork 0

Add opl3gold option to oplmode setting. With this option the AdLib Gold music can be selected in Dune. Only FM music without effects (reverb, stereo enhancement, surround sound, etc.) is supported; and FM volume control, used in the CD-ROM version of Dune, does work.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3936
This commit is contained in:
ripsaw8080 2015-09-20 23:39:55 +00:00
parent 0c979d54a5
commit babb297c60
5 changed files with 86 additions and 3 deletions

View file

@ -24,7 +24,7 @@
class Section;
enum OPL_Mode {
OPL_none,OPL_cms,OPL_opl2,OPL_dualopl2,OPL_opl3
OPL_none,OPL_cms,OPL_opl2,OPL_dualopl2,OPL_opl3,OPL_opl3gold
};
#define CAPTURE_WAVE 0x01
#define CAPTURE_OPL 0x02