game boy progress, part 3

This commit is contained in:
tildearrow 2021-05-27 23:03:10 -05:00
parent d6398ac10e
commit 892ea33e77
8 changed files with 77 additions and 25 deletions

View file

@ -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];