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