1
0
Fork 0

some configuration items renames.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2546
This commit is contained in:
Peter Veenstra 2006-03-13 20:01:55 +00:00
parent dc3f72049f
commit 0ce4453cdf
4 changed files with 7 additions and 7 deletions

View file

@ -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");