Amiga: better emulation, part 1

prepare to actually emulate DMA operation
eventually poke() and register view will work
This commit is contained in:
tildearrow 2023-03-09 17:46:45 -05:00
parent 0f08c6e702
commit c0b4cc0d63
4 changed files with 109 additions and 3 deletions

View file

@ -446,7 +446,7 @@ void DivPlatformSegaPCM::reset() {
}
}
void DivPlatformSegaPCM::renderSamples(int sysID) {
void DivPlatformSegaPCM::renderSamples(int sysID) {
size_t memPos=0;
memset(sampleMem,0,16777216);