Amiga: better emulation, part 1
prepare to actually emulate DMA operation eventually poke() and register view will work
This commit is contained in:
parent
0f08c6e702
commit
c0b4cc0d63
4 changed files with 109 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue