aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opal_opl3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chips/opal_opl3.cpp')
-rw-r--r--src/chips/opal_opl3.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/chips/opal_opl3.cpp b/src/chips/opal_opl3.cpp
index c118c3a..4e8e3d3 100644
--- a/src/chips/opal_opl3.cpp
+++ b/src/chips/opal_opl3.cpp
@@ -75,6 +75,11 @@ const char *OpalOPL3::emulatorName()
return "Opal OPL3";
}
+bool OpalOPL3::hasFullPanning()
+{
+ return true;
+}
+
OPLChipBase::ChipType OpalOPL3::chipType()
{
return CHIPTYPE_OPL3;