YM2608-LLE, part 8
This commit is contained in:
parent
f12e7cf7b0
commit
6724518f43
|
@ -597,8 +597,6 @@ void DivPlatformYM2608::acquire_lle(short** buf, size_t len) {
|
||||||
have1=true;
|
have1=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (have0 && have1) break;
|
|
||||||
|
|
||||||
// ADPCM data bus
|
// ADPCM data bus
|
||||||
// thanks nukeykt
|
// thanks nukeykt
|
||||||
const int newAddr=(fm_lle.o_dm&255)|(fm_lle.o_a8<<8);
|
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;
|
cas=fm_lle.o_cas;
|
||||||
ras=fm_lle.o_ras;
|
ras=fm_lle.o_ras;
|
||||||
|
|
||||||
|
if (have0 && have1) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (howLong!=48) {
|
if (howLong!=48) {
|
||||||
|
|
Loading…
Reference in a new issue