mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
game boy: tune to 440Hz
This commit is contained in:
parent
f2af1c9a07
commit
c6e42739fc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue