Merge branch 'master' of https://github.com/tildearrow/furnace into ymf278b

This commit is contained in:
cam900 2024-08-18 20:23:14 +09:00
commit 7fb7d32bd5
41 changed files with 1972 additions and 387 deletions

View file

@ -27,7 +27,7 @@ uint8_t DivOPLAInterface::ymfm_external_read(ymfm::access_class type, uint32_t a
if (adpcmBMem==NULL) {
return 0;
}
return adpcmBMem[address&0xffffff];
return adpcmBMem[address&0x3ffff];
case ymfm::ACCESS_PCM:
if (pcmMem==NULL) {
return 0;