1
0
Fork 0

Merge the mamesound branch into trunk

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4075
This commit is contained in:
Sjoerd van der Berg 2018-02-07 12:17:02 +00:00
commit 55603e3aa3
19 changed files with 7812 additions and 650 deletions

View file

@ -602,7 +602,7 @@ void DOSBOX_Init(void) {
Pstring->Set_values(oplmodes);
Pstring->Set_help("Type of OPL emulation. On 'auto' the mode is determined by sblaster type. All OPL modes are Adlib-compatible, except for 'cms'.");
const char* oplemus[]={ "default", "compat", "fast", 0};
const char* oplemus[]={ "default", "compat", "fast", "mame", 0};
Pstring = secprop->Add_string("oplemu",Property::Changeable::WhenIdle,"default");
Pstring->Set_values(oplemus);
Pstring->Set_help("Provider for the OPL emulation. compat might provide better quality (see oplrate as well).");