new dispatch, part 1
This commit is contained in:
parent
3e0dcbb0ae
commit
a29f36a5df
64 changed files with 258 additions and 242 deletions
|
|
@ -109,7 +109,7 @@ const char** DivPlatformN163::getRegisterSheet() {
|
|||
}
|
||||
|
||||
void DivPlatformN163::acquire(short** buf, size_t len) {
|
||||
for (size_t i=start; i<start+len; i++) {
|
||||
for (size_t i=0; i<len; i++) {
|
||||
n163.tick();
|
||||
int out=(n163.out()<<6)*2; // scale to 16 bit
|
||||
if (out>32767) out=32767;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue