From 81f905ea76f0efb6ea35331bd1fe476f14f804de Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Mon, 1 Jul 2019 05:01:55 +0300 Subject: First working of new database // not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! --- src/chips/dosbox_opl3.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/chips/dosbox_opl3.cpp') diff --git a/src/chips/dosbox_opl3.cpp b/src/chips/dosbox_opl3.cpp index f192930..fa30e68 100644 --- a/src/chips/dosbox_opl3.cpp +++ b/src/chips/dosbox_opl3.cpp @@ -37,6 +37,11 @@ DosBoxOPL3::~DosBoxOPL3() delete chip_r; } +void DosBoxOPL3::globalPreInit() +{ + DBOPL::InitTables(); +} + void DosBoxOPL3::setRate(uint32_t rate) { OPLChipBaseBufferedT::setRate(rate); -- cgit v1.2.3