mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-07 05:15:05 +00:00
Fix compile (2)
This commit is contained in:
parent
80c9b0c3f4
commit
745837c41d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ void DivPlatformYM2610::acquire(short* bufL, short* bufR, size_t start, size_t l
|
|||
|
||||
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];
|
||||
for (int i=0; i<4; i++) {
|
||||
fmChan[i]=fme->debug_channel(bchOffs[i]);
|
||||
|
|
Loading…
Reference in a new issue