1
0
Fork 0

Make the dosbox sound card implementations use the mame files directly

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/branches/mamesound@4033
This commit is contained in:
Sjoerd van der Berg 2017-08-12 09:26:38 +00:00
parent 051c0f3afd
commit 7ef98ed1bf
4 changed files with 172 additions and 648 deletions

View file

@ -558,7 +558,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).");