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/opl_serial_port.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chips/opl_serial_port.h') diff --git a/src/chips/opl_serial_port.h b/src/chips/opl_serial_port.h index 299992e..927a5e4 100644 --- a/src/chips/opl_serial_port.h +++ b/src/chips/opl_serial_port.h @@ -54,6 +54,7 @@ public: void nativeGenerate(int16_t *frame) override; const char *emulatorName() override; ChipType chipType() override; + bool hasFullPanning() override; private: ChipSerialPortBase *m_port; -- cgit v1.2.3