Fix compile (2)

This commit is contained in:
cam900 2022-08-27 18:40:16 +09:00
parent 80c9b0c3f4
commit 745837c41d
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ void DivPlatformYM2610::acquire(short* bufL, short* bufR, size_t start, size_t l
ymfm::ssg_engine::output_data ssgOut; ymfm::ssg_engine::output_data ssgOut;
ymfm::fm_channel<ymfm::opn_registers_base<true>>* fmChan[6]; ymfm::fm_channel<ymfm::opn_registers_base<true>>* fmChan[4];
ymfm::adpcm_a_channel* adpcmAChan[6]; ymfm::adpcm_a_channel* adpcmAChan[6];
for (int i=0; i<4; i++) { for (int i=0; i<4; i++) {
fmChan[i]=fme->debug_channel(bchOffs[i]); fmChan[i]=fme->debug_channel(bchOffs[i]);