game boy progress, part 3
This commit is contained in:
parent
d6398ac10e
commit
892ea33e77
8 changed files with 77 additions and 25 deletions
|
|
@ -5,6 +5,13 @@
|
|||
|
||||
#include "genesisshared.h"
|
||||
|
||||
static int dacRates[6]={
|
||||
160,160,116,80,58,40
|
||||
};
|
||||
static unsigned char konOffs[6]={
|
||||
0, 1, 2, 4, 5, 6
|
||||
};
|
||||
|
||||
void DivPlatformGenesis::acquire(int& l, int& r) {
|
||||
static short o[2];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue