some configuration items renames.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2546
This commit is contained in:
parent
dc3f72049f
commit
0ce4453cdf
4 changed files with 7 additions and 7 deletions
|
@ -324,7 +324,7 @@ public:
|
|||
|
||||
OPL(Section* configuration):Module_base(configuration) {
|
||||
Section_prop * section=static_cast<Section_prop *>(configuration);
|
||||
Bitu base = section->Get_hex("base");
|
||||
Bitu base = section->Get_hex("sbbase");
|
||||
Bitu rate = section->Get_int("oplrate");
|
||||
if (OPL2::YM3812Init(2,OPL2_INTERNAL_FREQ,rate)) {
|
||||
E_Exit("Can't create OPL2 Emulator");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue