Merge branch 'tildearrow:master' into SID3

This commit is contained in:
LTVA1 2024-08-18 18:56:11 +03:00 committed by GitHub
commit bc352728b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1477 additions and 73 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];
default:
return 0;
}