From b1324a0f1a6ccba2fb0b5144fa26bbb9fd917213 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 25 Mar 2025 17:28:37 +0300 Subject: Chipset: Added "hasFullPanning" method It should allow normal work of emulators without full-panning extension implementation, or with real hardware interfaces --- src/chips/nuked_opl3_v174.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/chips/nuked_opl3_v174.cpp') diff --git a/src/chips/nuked_opl3_v174.cpp b/src/chips/nuked_opl3_v174.cpp index 9f98b36..96cf99d 100644 --- a/src/chips/nuked_opl3_v174.cpp +++ b/src/chips/nuked_opl3_v174.cpp @@ -74,6 +74,11 @@ const char *NukedOPL3v174::emulatorName() return "Nuked OPL3 (v 1.7.4)"; } +bool NukedOPL3v174::hasFullPanning() +{ + return true; +} + OPLChipBase::ChipType NukedOPL3v174::chipType() { return CHIPTYPE_OPL3; -- cgit v1.2.3