aboutsummaryrefslogtreecommitdiff
path: root/src/chips/ymfm_opl3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chips/ymfm_opl3.cpp')
-rw-r--r--src/chips/ymfm_opl3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/ymfm_opl3.cpp b/src/chips/ymfm_opl3.cpp
index e8762a2..3852039 100644
--- a/src/chips/ymfm_opl3.cpp
+++ b/src/chips/ymfm_opl3.cpp
@@ -31,7 +31,7 @@ YmFmOPL3::YmFmOPL3() :
ymfm::ymfm_interface* intf = new ymfm::ymfm_interface;
m_intf = intf;
m_chip = new ymfm::ymf262(*intf);
- setRate(m_rate);
+ YmFmOPL3::setRate(m_rate);
}
YmFmOPL3::~YmFmOPL3()