YM2608-LLE, part 8

This commit is contained in:
tildearrow 2024-04-27 02:35:44 -05:00
parent f12e7cf7b0
commit 6724518f43

View file

@ -597,8 +597,6 @@ void DivPlatformYM2608::acquire_lle(short** buf, size_t len) {
have1=true;
}
if (have0 && have1) break;
// ADPCM data bus
// thanks nukeykt
const int newAddr=(fm_lle.o_dm&255)|(fm_lle.o_a8<<8);
@ -617,6 +615,8 @@ void DivPlatformYM2608::acquire_lle(short** buf, size_t len) {
}
cas=fm_lle.o_cas;
ras=fm_lle.o_ras;
if (have0 && have1) break;
}
if (howLong!=48) {