game boy: tune to 440Hz

This commit is contained in:
tildearrow 2021-05-27 23:41:35 -05:00
parent f2af1c9a07
commit c6e42739fc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
//#define rWrite(a,v) pendingWrites[a]=v;
#define rWrite(a,v) GB_apu_write(gb,a,v);
#define FREQ_BASE 7943.75f
#define FREQ_BASE 8015.85f
void DivPlatformGB::acquire(int& l, int& r) {
GB_advance_cycles(gb,2);